JRosenkranz commited on
Commit
0c7b651
1 Parent(s): 8c8a362

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -91,7 +91,7 @@ pip install transformers==4.35.0 sentencepiece numpy
91
  ```bash
92
  python fms-extras/scripts/paged_speculative_inference.py \
93
  --variant=13b \
94
- --model_path=/path/to/model_weights/llama/13B-F \
95
  --model_source=hf \
96
  --tokenizer=/path/to/llama/13B-F \
97
  --speculator_path=ibm-fms/llama-13b-accelerator \
@@ -105,7 +105,7 @@ python fms-extras/scripts/paged_speculative_inference.py \
105
  ```bash
106
  python fms-extras/scripts/paged_speculative_inference.py \
107
  --variant=13b \
108
- --model_path=/path/to/model_weights/llama/13B-F \
109
  --model_source=hf \
110
  --tokenizer=/path/to/llama/13B-F \
111
  --speculator_path=ibm-fms/llama-13b-accelerator \
@@ -118,7 +118,7 @@ python fms-extras/scripts/paged_speculative_inference.py \
118
  ```bash
119
  python fms-extras/scripts/paged_speculative_inference.py \
120
  --variant=13b \
121
- --model_path=/path/to/model_weights/llama/13B-F \
122
  --model_source=hf \
123
  --tokenizer=/path/to/llama/13B-F \
124
  --speculator_path=ibm-fms/llama-13b-accelerator \
 
91
  ```bash
92
  python fms-extras/scripts/paged_speculative_inference.py \
93
  --variant=13b \
94
+ --model_path=/path/to/llama/13B-F \
95
  --model_source=hf \
96
  --tokenizer=/path/to/llama/13B-F \
97
  --speculator_path=ibm-fms/llama-13b-accelerator \
 
105
  ```bash
106
  python fms-extras/scripts/paged_speculative_inference.py \
107
  --variant=13b \
108
+ --model_path=/path/to/llama/13B-F \
109
  --model_source=hf \
110
  --tokenizer=/path/to/llama/13B-F \
111
  --speculator_path=ibm-fms/llama-13b-accelerator \
 
118
  ```bash
119
  python fms-extras/scripts/paged_speculative_inference.py \
120
  --variant=13b \
121
+ --model_path=/path/to/llama/13B-F \
122
  --model_source=hf \
123
  --tokenizer=/path/to/llama/13B-F \
124
  --speculator_path=ibm-fms/llama-13b-accelerator \