zylin12 commited on
Commit
8fa0577
·
verified ·
1 Parent(s): 9bea9f0

Update PyTorch install command in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -173,7 +173,7 @@ conda activate moss-transcribe-diarize
173
  git clone https://github.com/OpenMOSS/MOSS-Transcribe-Diarize.git
174
  cd MOSS-Transcribe-Diarize
175
 
176
- pip install torch torchaudio
177
  pip install -e .
178
  ```
179
 
 
173
  git clone https://github.com/OpenMOSS/MOSS-Transcribe-Diarize.git
174
  cd MOSS-Transcribe-Diarize
175
 
176
+ pip install --index-url https://download.pytorch.org/whl/cu128 torch torchaudio
177
  pip install -e .
178
  ```
179