csukuangfj
commited on
Commit
•
9c55e52
1
Parent(s):
8878a5a
fix typos
Browse files
update-k2-doc-cpu-linux.py
CHANGED
@@ -107,7 +107,7 @@ def get_all_cpu_wheels():
|
|
107 |
|
108 |
|
109 |
def generate_file(d: str, torch_version: str, wheels: List[Wheel]) -> str:
|
110 |
-
s = f"
|
111 |
s += "=" * len(f"torch {torch_version}")
|
112 |
s += "\n" * 3
|
113 |
wheels = filter(lambda w: w.torch_version == torch_version, wheels)
|
|
|
107 |
|
108 |
|
109 |
def generate_file(d: str, torch_version: str, wheels: List[Wheel]) -> str:
|
110 |
+
s = f"torch {torch_version}\n"
|
111 |
s += "=" * len(f"torch {torch_version}")
|
112 |
s += "\n" * 3
|
113 |
wheels = filter(lambda w: w.torch_version == torch_version, wheels)
|