Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ On the other hand, when GPT-4 annotations are used as Ground-Truth, Llama-3.1-Ne
|
|
66 |
|
67 |
## Usage:
|
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 |
|
|
|
66 |
|
67 |
## Usage:
|
68 |
|
69 |
+
You can use the model using HuggingFace Transformers library with 2 or more 80GB GPUs (NVIDIA Ampere or newer) with at least 150GB of free disk space to accomodate the download.
|
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 |
|