diff options
Diffstat (limited to 'candle-examples/examples/llama_multiprocess')
-rw-r--r-- | candle-examples/examples/llama_multiprocess/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/candle-examples/examples/llama_multiprocess/main.rs b/candle-examples/examples/llama_multiprocess/main.rs index 679e5faa..c637a99a 100644 --- a/candle-examples/examples/llama_multiprocess/main.rs +++ b/candle-examples/examples/llama_multiprocess/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 = "mkl")] extern crate intel_mkl_src; |