Skip to content

Commit 05fb789

Browse files
more link fixes (run-llama#19929)
1 parent b578ad7 commit 05fb789

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

docs/docs/module_guides/models/llms/modules.md

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,63 @@
22

33
We support integrations with OpenAI, Anthropic, Google, Hugging Face, and more.
44

5-
- [AI21](/python/examples/llm/ai21.ipynb)
6-
- [Anthropic](/python/examples/llm/anthropic.ipynb)
7-
- [AnyScale](/python/examples/llm/anyscale.ipynb)
8-
- [ASI](/python/examples/llm/asi1.ipynb)
9-
- [Azure OpenAI](/python/examples/llm/azure_openai.ipynb)
10-
- [Baseten](/python/examples/llm/baseten.ipynb)
11-
- [Bedrock](/python/examples/llm/bedrock.ipynb)
12-
- [Clarifai](/python/examples/llm/clarifai.ipynb)
13-
- [Cleanlab](/python/examples/llm/cleanlab.ipynb)
14-
- [Cohere](/python/examples/llm/cohere.ipynb)
15-
- [CometAPI](/python/examples/llm/cometapi.ipynb)
16-
- [Dashscope](/python/examples/llm/dashscope.ipynb)
17-
- [Dashscope Multi-Modal](/python/examples/multi_modal/dashscope_multi_modal.ipynb)
18-
- [EverlyAI](/python/examples/llm/everlyai.ipynb)
19-
- [Featherless AI](/python/examples/llm/featherlessai.ipynb)
20-
- [Fireworks](/python/examples/llm/fireworks.ipynb)
21-
- [Friendli](/python/examples/llm/friendli.ipynb)
22-
- [Google Gen AI](/python/examples/llm/google_genai.ipynb)
23-
- [Gradient](/python/examples/llm/gradient_base_model.ipynb)
24-
- [Gradient Model Adapter](/python/examples/llm/gradient_model_adapter.ipynb)
25-
- [Groq](/python/examples/llm/groq.ipynb)
26-
- [Heroku](/python/examples/llm/heroku.ipynb)
27-
- [HuggingFace Camel-7B](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_camel.ipynb)
28-
- [HuggingFace StableLM](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_stablelm.ipynb)
29-
- [HuggingFace Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama-Local.ipynb)
30-
- [Konko](/python/examples/llm/konko.ipynb)
31-
- [LangChain](/python/examples/llm/langchain.ipynb)
32-
- [LiteLLM](/python/examples/llm/litellm.ipynb)
33-
- [Llama API](/python/examples/llm/llama_api.ipynb)
34-
- [Llama CPP](/python/examples/llm/llama_cpp.ipynb)
35-
- [LocalAI](/python/examples/llm/localai.ipynb)
36-
- [MariTalk](/python/examples/llm/maritalk.ipynb)
37-
- [MistralAI](/python/examples/llm/mistralai.ipynb)
38-
- [Modelscope](/python/examples/llm/modelscope.ipynb)
39-
- [MonsterAPI](/python/examples/llm/monsterapi.ipynb)
40-
- [MyMagic](/python/examples/llm/mymagic.ipynb)
41-
- [NeutrinoAI](/python/examples/llm/neutrino.ipynb)
42-
- [Nebius AI](/python/examples/llm/nebius.ipynb)
43-
- [Nvidia TensorRT-LLM](/python/examples/llm/nvidia_tensorrt.ipynb)
44-
- [Nvidia Triton](/python/examples/llm/nvidia_triton.ipynb)
45-
- [Ollama](/python/examples/llm/ollama.ipynb)
46-
- [OpenAI](/python/examples/llm/openai.ipynb)
47-
- [OpenRouter](/python/examples/llm/openrouter.ipynb)
48-
- [Perplexity](/python/examples/llm/perplexity.ipynb)
49-
- [Pipeshift](/python/examples/llm/pipeshift.ipynb)
50-
- [PremAI](/python/examples/llm/premai.ipynb)
51-
- [Portkey](/python/examples/llm/portkey.ipynb)
52-
- [Predibase](/python/examples/llm/predibase.ipynb)
53-
- [Replicate Llama2](/python/examples/llm/llama_2.ipynb)
54-
- [Replicate Vicuna](/python/examples/llm/vicuna.ipynb)
55-
- [Replicate Vector Index Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama2.ipynb)
56-
- [RunGPT](/python/examples/llm/rungpt.ipynb)
57-
- [SageMaker](/python/examples/llm/sagemaker_endpoint_llm.ipynb)
58-
- [SambaNova Systems](/python/examples/llm/sambanovasystems.ipynb)
59-
- [Together.ai](/python/examples/llm/together.ipynb)
60-
- [Upstage](/python/examples/llm/upstage.ipynb)
61-
- [Vercel AI Gateway](/python/examples/llm/vercel-ai-gateway.ipynb)
62-
- [vLLM](/python/examples/llm/vllm.ipynb)
63-
- [Xorbits Inference](/python/examples/llm/xinference_local_deployment.ipynb)
64-
- [Yi](/python/examples/llm/yi.ipynb)
5+
- [AI21](/python/examples/llm/ai21)
6+
- [Anthropic](/python/examples/llm/anthropic)
7+
- [AnyScale](/python/examples/llm/anyscale)
8+
- [ASI](/python/examples/llm/asi1)
9+
- [Azure OpenAI](/python/examples/llm/azure_openai)
10+
- [Baseten](/python/examples/llm/baseten)
11+
- [Bedrock](/python/examples/llm/bedrock)
12+
- [Clarifai](/python/examples/llm/clarifai)
13+
- [Cleanlab](/python/examples/llm/cleanlab)
14+
- [Cohere](/python/examples/llm/cohere)
15+
- [CometAPI](/python/examples/llm/cometapi)
16+
- [Dashscope](/python/examples/llm/dashscope)
17+
- [Dashscope Multi-Modal](/python/examples/multi_modal/dashscope_multi_modal)
18+
- [EverlyAI](/python/examples/llm/everlyai)
19+
- [Featherless AI](/python/examples/llm/featherlessai)
20+
- [Fireworks](/python/examples/llm/fireworks)
21+
- [Friendli](/python/examples/llm/friendli)
22+
- [Google Gen AI](/python/examples/llm/google_genai)
23+
- [Gradient](/python/examples/llm/gradient_base_model)
24+
- [Gradient Model Adapter](/python/examples/llm/gradient_model_adapter)
25+
- [Groq](/python/examples/llm/groq)
26+
- [Heroku](/python/examples/llm/heroku)
27+
- [HuggingFace Camel-7B](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_camel)
28+
- [HuggingFace StableLM](/python/examples/customization/llms/SimpleIndexDemo-Huggingface_stablelm)
29+
- [HuggingFace Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama-Local)
30+
- [Konko](/python/examples/llm/konko)
31+
- [LangChain](/python/examples/llm/langchain)
32+
- [LiteLLM](/python/examples/llm/litellm)
33+
- [Llama API](/python/examples/llm/llama_api)
34+
- [Llama CPP](/python/examples/llm/llama_cpp)
35+
- [LocalAI](/python/examples/llm/localai)
36+
- [MariTalk](/python/examples/llm/maritalk)
37+
- [MistralAI](/python/examples/llm/mistralai)
38+
- [Modelscope](/python/examples/llm/modelscope)
39+
- [MonsterAPI](/python/examples/llm/monsterapi)
40+
- [MyMagic](/python/examples/llm/mymagic)
41+
- [NeutrinoAI](/python/examples/llm/neutrino)
42+
- [Nebius AI](/python/examples/llm/nebius)
43+
- [Nvidia TensorRT-LLM](/python/examples/llm/nvidia_tensorrt)
44+
- [Nvidia Triton](/python/examples/llm/nvidia_triton)
45+
- [Ollama](/python/examples/llm/ollama)
46+
- [OpenAI](/python/examples/llm/openai)
47+
- [OpenRouter](/python/examples/llm/openrouter)
48+
- [Perplexity](/python/examples/llm/perplexity)
49+
- [Pipeshift](/python/examples/llm/pipeshift)
50+
- [PremAI](/python/examples/llm/premai)
51+
- [Portkey](/python/examples/llm/portkey)
52+
- [Predibase](/python/examples/llm/predibase)
53+
- [Replicate Llama2](/python/examples/llm/llama_2)
54+
- [Replicate Vicuna](/python/examples/llm/vicuna)
55+
- [Replicate Vector Index Llama2](/python/examples/vector_stores/SimpleIndexDemoLlama2)
56+
- [RunGPT](/python/examples/llm/rungpt)
57+
- [SageMaker](/python/examples/llm/sagemaker_endpoint_llm)
58+
- [SambaNova Systems](/python/examples/llm/sambanovasystems)
59+
- [Together.ai](/python/examples/llm/together)
60+
- [Upstage](/python/examples/llm/upstage)
61+
- [Vercel AI Gateway](/python/examples/llm/vercel-ai-gateway)
62+
- [vLLM](/python/examples/llm/vllm)
63+
- [Xorbits Inference](/python/examples/llm/xinference_local_deployment)
64+
- [Yi](/python/examples/llm/yi)

docs/docs/optimizing/fine-tuning/fine-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We then launch a finetuning job, and get back a distilled model. We can evaluate
5858

5959
- [GPT-3.5 Fine-tuning Notebook (Colab)](https://colab.research.google.com/drive/1NgyCJVyrC2xcZ5lxt2frTU862v6eJHlc?usp=sharing)
6060
- [GPT-3.5 Fine-tuning Notebook (Notebook link)](/python/examples/finetuning/openai_fine_tuning)
61-
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions.ipynb)
61+
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions)
6262

6363
**Old**
6464

docs/docs/use_cases/fine_tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We then launch a finetuning job, and get back a distilled model. We can evaluate
5858

5959
- [GPT-3.5 Fine-tuning Notebook (Colab)](https://colab.research.google.com/drive/1NgyCJVyrC2xcZ5lxt2frTU862v6eJHlc?usp=sharing)
6060
- [GPT-3.5 Fine-tuning Notebook (Notebook link)](/python/examples/finetuning/openai_fine_tuning)
61-
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions.ipynb)
61+
- [[WIP] Function Calling Fine-tuning](/python/examples/finetuning/openai_fine_tuning_functions)
6262

6363
**Old**
6464

0 commit comments

Comments
 (0)