Giter Club home page Giter Club logo

Comments (3)

amonpaike avatar amonpaike commented on August 16, 2024 1

This of transforming the names of the .gguf files into hash names is a terrible method, the llm models are large and take up a lot of space at a certain point it is not convenient to duplicate them just to be able to use them with other llm runners, and also through the names in hash it is very difficult to identify them.

Furthermore the same hash files or .ollama folder cannot be shared between windows and linux because the hash name of model one is called for example "sha256-b9a918323fcb82484b5a51ecd08c251821a16920c4b57263dc8a2f8fc3348923" on windows and the same sha256:b9a918323 fcb82484b5a51ecd08c251821a16920c4b57263dc8a2f8fc3348923 on linux.

Making it complicated to share models on a single external disk.

from ollama.

quzhixue-Kimi avatar quzhixue-Kimi commented on August 16, 2024

The issue has been fixed as editing the /etc/systemd/system/ollama.service file

[Service]
Environment="OLLAMA_MODELS=my_model_path"

systemctl daemon-reload
systemctl restart ollama.service

my_mode_path is just /home/kimi/.ollama/models , and in this model folder just has two folders named blobs and manifests
In blobs folder, there have been these sha256-XXXXXXXXXX files, do not add any other model folders!

If configuration has been corrected. Then running 'ollama list'. The models will be listed.

BR
Kimi

from ollama.

DrGo avatar DrGo commented on August 16, 2024

Hello,
What are the instructions for doing this on macOS?
Thanks,

from ollama.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.