Xenova HF staff commited on
Commit
d9b36fe
1 Parent(s): c15b810

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
79
  In order to run the inference with Llama 3.1 405B Instruct AWQ in INT4, both `torch` and `autoawq` need to be installed as:
80
 
81
  ```bash
82
- pip install "torch>=2.2.0,<2.3.0" torchvision autoawq --upgrade
83
  ```
84
 
85
  Then, the latest version of `transformers` need to be installed, being 4.43.0 or higher, as:
 
79
  In order to run the inference with Llama 3.1 405B Instruct AWQ in INT4, both `torch` and `autoawq` need to be installed as:
80
 
81
  ```bash
82
+ pip install "torch>=2.2.0,<2.3.0" autoawq --upgrade
83
  ```
84
 
85
  Then, the latest version of `transformers` need to be installed, being 4.43.0 or higher, as: