Remove the checkpoint conversion script. (#405)

* Remove the checkpoint conversion script.

* Remove references to the script.
This commit is contained in:
Laurent Mazare
2023-08-11 06:59:48 +02:00
committed by GitHub
parent e29c7809ec
commit 906c0f3eb5
3 changed files with 0 additions and 205 deletions

View File

@ -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;