https://github.com/mili-tan/onllama.gguflinkout
Create out symbolic links for the GGUF Models in Ollama Blobs. for use in other applications such as Llama.cpp/Jan/LMStudio etc. / 将 Ollama GGUF 模型文件软链接出,以便其他应用使用。
https://github.com/mili-tan/onllama.gguflinkout
gguf gguf-models jan llama-cpp llamacpp lmstudio ollama
Last synced: about 2 months ago
JSON representation
Create out symbolic links for the GGUF Models in Ollama Blobs. for use in other applications such as Llama.cpp/Jan/LMStudio etc. / 将 Ollama GGUF 模型文件软链接出,以便其他应用使用。
- Host: GitHub
- URL: https://github.com/mili-tan/onllama.gguflinkout
- Owner: mili-tan
- License: mit
- Created: 2025-02-02T11:20:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T13:48:34.000Z (4 months ago)
- Last Synced: 2025-03-26T11:11:16.707Z (2 months ago)
- Topics: gguf, gguf-models, jan, llama-cpp, llamacpp, lmstudio, ollama
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simply run it with an Administrator or Root user and the symbolic links for GGUF Models will be created under the `OllamaGGUFs` folder in the current run directory.
That's it, nothing more.
只需要以管理员或根用户身份运行,GGUF 模型的符号链接就会在当前运行目录下的 `OllamaGGUFs` 文件夹中创建。
仅此而已,如此简单。
```
Usage: Onllama.GGUFsLinkOut [options]Options:
-?|-he|--help Show help information.
-m|--model Set ollama model path / Ollama 模型文件路径。
-g|--ggufs Set GGUFs link output path / GGUF 文件链接输出路径。
```