mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
Update README.md
To fix the torch audio dependency error
This commit is contained in:
parent
ba13d4dcc2
commit
cf440ed4e5
@ -115,7 +115,9 @@ sed -i 's/"torchaudio[^"]*",\?//' pyproject.toml
|
||||
pip install -e ".[metrics]"
|
||||
pip install --no-deps torchaudio
|
||||
```
|
||||
|
||||
```
|
||||
edit LLaMA-Factory/src/llamafactory/data/mm_plugin.py and comment import torchaudio so that import won't fail.
|
||||
```
|
||||
## Step 5. Verify Pytorch CUDA support.
|
||||
|
||||
PyTorch is pre-installed with CUDA support.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user