sander-wood commited on
Commit
f554665
1 Parent(s): d75a880

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,12 +41,12 @@ To set up the bGPT environment and install the necessary dependencies, follow th
41
  pip install -r requirements.txt
42
  ```
43
 
44
- 3. **Download Pre-trained bGPT Weights (Optional)**
45
 
46
  ```bash
47
  pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
48
  ```
49
- 4. Download Pre-trained bGPT Weights (Optional)
50
 
51
  For those interested in starting with pre-trained models, bGPT weights are available on [Hugging Face](https://huggingface.co/sander-wood/bgpt/tree/main). This step is optional but recommended for users looking to leverage the model's capabilities without training from scratch.
52
 
 
41
  pip install -r requirements.txt
42
  ```
43
 
44
+ 3. **Install Pytorch**
45
 
46
  ```bash
47
  pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
48
  ```
49
+ 4. **Download Pre-trained bGPT Weights (Optional)**
50
 
51
  For those interested in starting with pre-trained models, bGPT weights are available on [Hugging Face](https://huggingface.co/sander-wood/bgpt/tree/main). This step is optional but recommended for users looking to leverage the model's capabilities without training from scratch.
52