mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-28 11:08:19 -04:00
url: save -mu downloads to new cache location (#7826)
* url: save -mu download to new cache location * url: fs_get_cache_file_path util * url: tweak sig of fs_get_cache_file
This commit is contained in:
@@ -277,6 +277,7 @@ bool fs_validate_filename(const std::string & filename);
|
||||
bool fs_create_directory_with_parents(const std::string & path);
|
||||
|
||||
std::string fs_get_cache_directory();
|
||||
std::string fs_get_cache_file(const std::string & filename);
|
||||
|
||||
//
|
||||
// Model utils
|
||||
|
Reference in New Issue
Block a user