hugginghead commited on
Commit
f348c72
1 Parent(s): 0eb3046

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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