8000 Models should be stored outside of ~/Documents · Issue #45 · huggingface/chat-macOS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Models should be stored outside of ~/Documents #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agr 7FDA ee to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
djpowers opened this issue May 1, 2025 · 0 comments
Open

Models should be stored outside of ~/Documents #45

djpowers opened this issue May 1, 2025 · 0 comments

Comments

@djpowers
Copy link
djpowers commented May 1, 2025

Would it be possible to default storing the model files outside of the user's documents folder? Apple's own documentation on File System Basics suggest that the /Users directory is best left up to the user to manage themselves:

The preceding directories are for storing user documents and media only. Apps must not write files to the preceding directories unless explicitly directed to do so by the user. The sole exception to this rule is the Library directory, which apps may use to store data files needed to support the current user.

They go on to specifically highlight the documents directory:

Important: The files in the user’s Documents and Desktop directories should reflect only the documents that the user created and works with directly. Similarly, the media directories should contain only the user’s media files. Those directories must never be used to store data files that your app creates and manages automatically.

My initial hunch is that ~/Library/Application\ Support/ would be a more appropriate place to store models. For another example, Ollama stores its models in ~/.ollama/models, which also seems reasonable (given that it's a hidden directory).

Thank you for the work on the project, and I appreciate you looking into this!

Additionally, please note that addressing this could potentially resolve #39.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0