Merge branch 'ollama:main' into main

This commit is contained in:
likelovewant
2025-10-31 14:12:02 +08:00
committed by GitHub
35 changed files with 1096 additions and 404 deletions

View File

@@ -42,7 +42,7 @@ support lists. Explore its through self-build as guided on the wiki.
curl -fsSL https://ollama.com/install.sh | sh
```
[Manual install instructions](https://github.com/ollama/ollama/blob/main/docs/linux.md)
[Manual install instructions](https://docs.ollama.com/linux#manual-install)
[Configuring Environment Variables Tip For Unsupport GPUs](https://github.com/likelovewant/ollama-for-amd/wiki#troubleshooting-amd-gpu-support-in-linux)
@@ -132,7 +132,7 @@ Ollama supports importing GGUF models in the Modelfile:
### Import from Safetensors
See the [guide](docs/import.md) on importing models for more information.
See the [guide](https://docs.ollama.com/import) on importing models for more information.
### Customize a prompt
@@ -165,7 +165,7 @@ ollama run mario
Hello! It's your friend Mario.
```
For more information on working with a Modelfile, see the [Modelfile](docs/modelfile.md) documentation.
For more information on working with a Modelfile, see the [Modelfile](https://docs.ollama.com/modelfile) documentation.
## CLI Reference