dlxj commited on
Commit ·
8a22550
1
Parent(s): ea587d3
不知道为什么前面那样装的 torch 不是 GPU 版
Browse files- readme.txt +2 -0
readme.txt
CHANGED
|
@@ -40,6 +40,8 @@ offset_list = self.collection.mapping[file_id]
|
|
| 40 |
conda create -n NeMo python==3.12 pip
|
| 41 |
conda activate NeMo
|
| 42 |
pip install -r requirements.txt
|
|
|
|
|
|
|
| 43 |
|
| 44 |
python scripts/speech_recognition/convert_hf_dataset_to_nemo.py \
|
| 45 |
output_dir=${OUTPUT_DIR} \
|
|
|
|
| 40 |
conda create -n NeMo python==3.12 pip
|
| 41 |
conda activate NeMo
|
| 42 |
pip install -r requirements.txt
|
| 43 |
+
pip install torch==2.11.0 --index-url https://download.pytorch.org/whl/cu130
|
| 44 |
+
不知道为什么前面那样装的 torch 不是 GPU 版
|
| 45 |
|
| 46 |
python scripts/speech_recognition/convert_hf_dataset_to_nemo.py \
|
| 47 |
output_dir=${OUTPUT_DIR} \
|