Skip to content

Commit

Permalink
add lighteval imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHB committed Feb 10, 2025
1 parent 228ccaa commit 6a05895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file removed docs/source/imgs/litellm-guide-1.png
Binary file not shown.
Binary file removed docs/source/imgs/litellm-guide-2.png
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/source/use-litellm-as-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ With this you can also access HuggingFace Inference servers, let's look at how t
First, let's look at how to acess the model, we can find this from [the model card](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B).
![Step 1]("/imgs/litellm-guide-1.png")
![Step 1]("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lighteval/litellm-guide-1.png")
![Step 2]("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/lighteval/litellm-guide-2.png")
Great ! Now we can simply copy paste the base_url and our api key to eval our model.
Expand Down

0 comments on commit 6a05895

Please sign in to comment.