You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#1679 (comment)
说明书没有对应的说明,只说要修改load_model_and_tokenizer,但仓库没有什么tokenizer之类的文件:https://hf-mirror.com/SakuraLLM/Sakura-14B-LNovel-v0.9b-GGUF/tree/main
只提供了.gguf后缀的模型文件
https://github.com/SakuraLLM/Sakura-13B-Galgame/wiki/llama.cpp一键包部署教程
该链接提供的llma脚本,是执行
.\llama\server.exe -m .\%model.name%.gguf -c 2048 -ngl %ngl% -a %model.name% --host 127.0.0.1
这个在
bridge_llama2
具体怎么写的?Beta Was this translation helpful? Give feedback.
All reactions