mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 20:38:06 +00:00
Creating new sync Api for candle-hub
.
- `api::Api` -> `api::tokio::api` (And created new `api::sync::Api`). - Remove `tokio` from all our examples. - Using similar codebase for now instead of ureq (for simplicity).
This commit is contained in:
@ -103,6 +103,7 @@ impl Default for Cache {
|
||||
let mut cache = dirs::home_dir().expect("Cache directory cannot be found");
|
||||
cache.push(".cache");
|
||||
cache.push("huggingface");
|
||||
cache.push("hub");
|
||||
cache
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user