What is the right data for SOURCE_LORA
when Convert LoRA to cpp format
#1453
Labels
triaged
Issue has been triaged by maintainers
I'm benchmarking lora following this: https://github.com/NVIDIA/TensorRT-LLM/blob/main/benchmarks/cpp/README.md#benchmarking-lora
I clone this repo:
https://huggingface.co/hfl/chinese-llama-2-lora-13b
when I run the script:
It reports error.
It looks like the file need to open a tar file, but this model is a folder.
And also, the lora weight folder contains no
model_weights.ckpt
and nomodel_config.yaml
.How can I run this script? Any advice ?
The text was updated successfully, but these errors were encountered: