ruslanmv commited on
Commit
8d6ea3f
·
verified ·
1 Parent(s): cf84065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -38,7 +38,10 @@ This repository provides a fine-tuned version of the powerful Llama3 8B model, s
38
  This model is accessible through the Hugging Face Transformers library. Install it using pip:
39
 
40
  ```bash
41
- pip install transformers bitsandbytes
 
 
 
42
  ```
43
 
44
  **Usage Example**
 
38
  This model is accessible through the Hugging Face Transformers library. Install it using pip:
39
 
40
  ```bash
41
+ pip install git+https://github.com/huggingface/accelerate.git
42
+ pip install git+https://github.com/huggingface/transformers.git
43
+ pip install bitsandbytes
44
+
45
  ```
46
 
47
  **Usage Example**