myshell-ai / AIlice

AIlice is a fully autonomous, general-purpose AI agent.
MIT License
872 stars 135 forks source link

Installation path #24

Closed huongyj closed 8 months ago

huongyj commented 8 months ago

I would like to know where the default installation path for the weight model is downloaded to

stevenlu137 commented 8 months ago

AIlice use transformers to install models, you need to figure out the cache path of huggingface. In addition, this path is also configurable.

reference: https://stackoverflow.com/questions/61798573/where-does-hugging-faces-transformers-save-models

huongyj commented 8 months ago

I would like to know where the default installation path for the weight model is downloaded to

Oh! Found it, thank you!♪(・ω・)ノ