Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ LLaMA-E is meticulously crafted for e-commerce authoring tasks, incorporating sp
|
|
| 15 |
### Usage
|
| 16 |
Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:
|
| 17 |
```
|
| 18 |
-
python inference.py --load_8bit --base_model 'meta-llama/Llama-2-7b-hf' --lora_weights '
|
| 19 |
```
|
| 20 |
|
| 21 |
```
|
|
|
|
| 15 |
### Usage
|
| 16 |
Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:
|
| 17 |
```
|
| 18 |
+
python inference.py --load_8bit --base_model 'meta-llama/Llama-2-7b-hf' --lora_weights 'DSMI/LLaMA-E'
|
| 19 |
```
|
| 20 |
|
| 21 |
```
|