csukuangfj commited on
Commit
6f02b1d
·
1 Parent(s): a18f825

update Python version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +6 -6
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
- python_version: 3.8.9
9
  app_file: app.py
10
  pinned: false
11
  license: apache-2.0
 
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
+ python_version: 3.10.0
9
  app_file: app.py
10
  pinned: false
11
  license: apache-2.0
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
- https://download.pytorch.org/whl/cpu/torch-1.13.1%2Bcpu-cp38-cp38-linux_x86_64.whl
2
- https://download.pytorch.org/whl/cpu/torchaudio-0.13.1%2Bcpu-cp38-cp38-linux_x86_64.whl
3
 
4
- https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/k2-1.23.4.dev20230130%2Bcpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
5
- https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/k2_sherpa-1.1-cp38-cp38-linux_x86_64.whl
6
- https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/kaldifeat-1.22-cp38-cp38-linux_x86_64.whl
7
 
8
  sentencepiece>=0.1.96
9
  numpy
10
 
11
  huggingface_hub
12
 
13
- #https://huggingface.co/csukuangfj/sherpa-onnx-wheels/resolve/main/cpu/1.11.2/sherpa_onnx-1.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14
 
15
  sherpa-onnx>=1.11.3
 
1
+ https://download.pytorch.org/whl/cpu/torch-1.13.1%2Bcpu-cp310-cp310-linux_x86_64.whl
2
+ https://download.pytorch.org/whl/cpu/torchaudio-0.13.1%2Bcpu-cp310-cp310-linux_x86_64.whl
3
 
4
+ https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/k2-1.23.4.dev20230130%2Bcpu.torch1.13.1-cp310-cp310-linux_x86_64.whl
5
+ https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/k2_sherpa-1.1-cp310-cp310-linux_x86_64.whl
6
+ https://huggingface.co/csukuangfj/wheels/resolve/main/2023-01-30/kaldifeat-1.22-cp310-cp310-linux_x86_64.whl
7
 
8
  sentencepiece>=0.1.96
9
  numpy
10
 
11
  huggingface_hub
12
 
13
+ #https://huggingface.co/csukuangfj/sherpa-onnx-wheels/resolve/main/cpu/1.11.3/sherpa_onnx-1.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14
 
15
  sherpa-onnx>=1.11.3