From d81cfd7d6f8ece08610ac82dd143c42b64a2349f Mon Sep 17 00:00:00 2001 From: Patrick Devine Date: Mon, 16 Sep 2024 11:48:14 -0700 Subject: [PATCH] fix typo in import docs (#6828) --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index 1a90bc48d..2346886f1 100644 --- a/docs/import.md +++ b/docs/import.md @@ -38,7 +38,7 @@ Ollama supports importing adapters based on several different model architecture You can create the adapter using a fine tuning framework or tool which can output adapters in the Safetensors format, such as: - * Hugging Face [fine tuning framework] (https://huggingface.co/docs/transformers/en/training) + * Hugging Face [fine tuning framework](https://huggingface.co/docs/transformers/en/training) * [Unsloth](https://github.com/unslothai/unsloth) * [MLX](https://github.com/ml-explore/mlx)