mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 20:26:28 +00:00
(docs) fix formatting
This commit is contained in:
@@ -28,7 +28,8 @@ This will return the most recent log (by default logs are stored in a local file
|
||||
As we can see, this is the formatting sent to huggingface:
|
||||
|
||||
<Image img={require('../../img/codellama_input.png')} />
|
||||
-
|
||||
|
||||
|
||||
This follows [our formatting](https://github.com/BerriAI/litellm/blob/9932371f883c55fd0f3142f91d9c40279e8fe241/litellm/llms/prompt_templates/factory.py#L10) for CodeLlama (based on the [Huggingface's documentation](https://huggingface.co/blog/codellama#conversational-instructions)).
|
||||
|
||||
But this lacks BOS(`<s>`) and EOS(`</s>`) tokens.
|
||||
@@ -92,6 +93,7 @@ $ litellm --test
|
||||
```
|
||||
|
||||
See our new input prompt to Huggingface!
|
||||
<Image img={require('../../img/codellama_formatted_input.png')} />
|
||||
|
||||
<Image img={require('../../img/codellama_formatted_input.png')} />
|
||||
|
||||
Congratulations 🎉
|
||||
Reference in New Issue
Block a user