Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,9 @@ You can simply duplicate the space to run it.
|
|
| 27 |
|
| 28 |
If running for the first time, create conda environment and install the desired torch version. Then install the rest of the requirements:
|
| 29 |
```
|
|
|
|
| 30 |
cd seamless_server
|
|
|
|
| 31 |
conda create --yes --name smlss_server python=3.8 libsndfile==1.0.31
|
| 32 |
conda activate smlss_server
|
| 33 |
conda install --yes pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
|
|
|
|
| 27 |
|
| 28 |
If running for the first time, create conda environment and install the desired torch version. Then install the rest of the requirements:
|
| 29 |
```
|
| 30 |
+
git clone https://huggingface.co/spaces/facebook/seamless-streaming
|
| 31 |
cd seamless_server
|
| 32 |
+
conda config --append channels conda-forge
|
| 33 |
conda create --yes --name smlss_server python=3.8 libsndfile==1.0.31
|
| 34 |
conda activate smlss_server
|
| 35 |
conda install --yes pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
|