瀏覽代碼

fix typo in import docs (#6828)

Patrick Devine 7 月之前
父節點
當前提交
d81cfd7d6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/import.md

+ 1 - 1
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)