소스 검색

Update installation instructions (for #15)

oobabooga 3 년 전
부모
커밋
ff180f3e60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ Open a terminal and copy and paste these commands one at a time ([install conda]
 ```
 conda create -n textgen
 conda activate textgen
-conda install pytorch torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia
+conda install torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia
 git clone https://github.com/oobabooga/text-generation-webui
 cd text-generation-webui
 pip install -r requirements.txt