diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-11 06:59:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 05:59:48 +0100 |
commit | 906c0f3eb50d9c128e59718f27125babcea9986e (patch) | |
tree | 87fec45ef0648d50b5fd47565a3dde650e4348cd /candle-examples/examples/llama_multiprocess/main.rs | |
parent | e29c7809ecbfccc60e73a1944bfdbe60805cc905 (diff) | |
download | candle-906c0f3eb50d9c128e59718f27125babcea9986e.tar.gz candle-906c0f3eb50d9c128e59718f27125babcea9986e.tar.bz2 candle-906c0f3eb50d9c128e59718f27125babcea9986e.zip |
Remove the checkpoint conversion script. (#405)
* Remove the checkpoint conversion script.
* Remove references to the script.
Diffstat (limited to 'candle-examples/examples/llama_multiprocess/main.rs')
-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; |