关于从 huggingface 下载的模型和标记器转换的问题
作者: zxh0916创建于 2023年10月19日更新于 2025年2月11日
About model conversion
I have some issues when using huggingface APIs to load models, so I decided to download models and config files from huggingface.co manually (into ~/llama2.c/tiny/). Then I tried to export the model with Python export.py ./tiny/tiny.bin --hf ./tiny/ and the following error occurred:
内容来源: karpathy/llama2.c