We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3518b83 commit 7701558Copy full SHA for 7701558
README.md
@@ -84,7 +84,7 @@ If `--save_full_model` is specified, the compressed model will also be saved in
84
Double check the perplexity of the compressed model:
85
86
```
87
-### Perplexity CheckCUDA_VISIBLE_DEVICES=0 python \
+CUDA_VISIBLE_DEVICES=0 python \
88
bitdelta/eval_ppl.py \
89
--base_model meta-llama/Llama-2-7b-hf \
90
--dataset_name wikitext \
0 commit comments