Closed
Description
Git commit
https://github.com/ggml-org/llama.cpp
Branch:master
Operating systems
Windows
GGML backends
CUDA
Problem description & steps to reproduce
Ref:
- https://gorilla.cs.berkeley.edu/blogs/5_how_to_gorilla.html#integrate-third-party
- https://github.com/ggml-org/llama.cpp
Step V, B(5b)
Command:
Run llama.cpp/finetune --model-base the-model-you-downloaded.gguf --train-data your-training-data.txt(Ref2)
The ref 2 git repo has no finetune file at all. Please suggest as to how I can get that.
Thanks,
Suma
First Bad Commit
No response
Compile command
Run llama.cpp/finetune --model-base the-model-you-downloaded.gguf --train-data your-training-data.txt
Relevant log output
No file named finetune in the git repo. Please suggest.