"...git@developer.sourcefind.cn:OpenDAS/llama-factory.git" did not exist on "c8d12c061ba3861f8a5a73e78763a0de361f556c"
Unverified Commit cbe1cf06 authored by Athiban Sharon's avatar Athiban Sharon Committed by GitHub
Browse files

Update README.md (#12822)

Fixed broken docs links
parent 0a2d9208
...@@ -22,7 +22,7 @@ Get up and running with large language models. ...@@ -22,7 +22,7 @@ Get up and running with large language models.
curl -fsSL https://ollama.com/install.sh | sh 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)
### Docker ### Docker
...@@ -110,7 +110,7 @@ Ollama supports importing GGUF models in the Modelfile: ...@@ -110,7 +110,7 @@ Ollama supports importing GGUF models in the Modelfile:
### Import from Safetensors ### 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 ### Customize a prompt
...@@ -143,7 +143,7 @@ ollama run mario ...@@ -143,7 +143,7 @@ ollama run mario
Hello! It's your friend 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 ## CLI Reference
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment