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
Working through the main example from LLaMA C++ and encountered the following issues.
Need to specify the cache directory so that LLaMA C++ caches models inside the project directory (and not some arbitrary place in the user's home directory. Maybe this requires setting some environment variable?
Need to modify the build from source scripts to make sure that LLaMA C++ is built with curl support to enable to nice to have functionality of downloading models from HF using the --model-url command line option.
LLaMA C++ repository has lots of great examples but I think its best to focus on four for now.
Once these four tutorials are finished, then I can make a tutorial on how to take a new model and add support for LLaMA C++.
The text was updated successfully, but these errors were encountered: