diff options
Diffstat (limited to 'candle-examples/examples/llama/main.rs')
-rw-r--r-- | candle-examples/examples/llama/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/candle-examples/examples/llama/main.rs b/candle-examples/examples/llama/main.rs index b2c4e55a..9a62eba5 100644 --- a/candle-examples/examples/llama/main.rs +++ b/candle-examples/examples/llama/main.rs @@ -5,9 +5,6 @@ // // The tokenizer config can be retrieved from: // https://huggingface.co/hf-internal-testing/llama-tokenizer/raw/main/tokenizer.json -// -// In order to convert the llama weights to a .npz file, run: -// python examples/llama/convert_checkpoint.py ..../LLaMA/7B/consolidated.00.pth #[cfg(feature = "accelerate")] extern crate accelerate_src; |