zhilinw commited on
Commit
6def436
1 Parent(s): 751442b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ On the other hand, when GPT-4 annotations are used as Ground-Truth, Llama-3.1-Ne
68
 
69
  You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs.
70
 
71
- This code has been tested on v4.44.0, torch v2.4.0 and 2 A100 80GB GPUs, but any setup that supports ```meta-llama/Llama-3.1-70B-Instruct``` should support this model as well. If you run into problems, you can consider doing ```pip install -U transformers```.
72
 
73
 
74
  ```python
 
68
 
69
  You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs.
70
 
71
+ This code has been tested on Transformers v4.44.0, torch v2.4.0 and 2 A100 80GB GPUs, but any setup that supports ```meta-llama/Llama-3.1-70B-Instruct``` should support this model as well. If you run into problems, you can consider doing ```pip install -U transformers```.
72
 
73
 
74
  ```python