Skip to content

Commit

Permalink
Update cache documentation
Browse files Browse the repository at this point in the history
Although I'm not 100% sure that this still works.
  • Loading branch information
tomaarsen committed Jan 15, 2024
1 parent d107618 commit ae1475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/training/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ You can also host the training output on a server and download it:
```python
model = SentenceTransformer('http://www.server.com/path/to/model/my_model.zip')
```
With the first call, the model is downloaded and stored in the local torch cache-folder (`~/.cache/torch/sentence_transformers`). In order to work, you must zip all files and subfolders of your model.
With the first call, the model is downloaded and stored in the local Hugging Face cache folder (`~/.cache/huggingface`). In order to work, you must zip all files and subfolders of your model.



Expand Down

0 comments on commit ae1475a

Please sign in to comment.