DSMI
/

KaizeShi commited on
Commit
88a4c46
1 Parent(s): 0670b2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 './DSMI/LLaMA-E/7b'
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
  ```