csukuangfj commited on
Commit
9c55e52
1 Parent(s): 8878a5a
Files changed (1) hide show
  1. update-k2-doc-cpu-linux.py +1 -1
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"troch {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)
 
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)