Skip to content

Commit

Permalink
[Docs] Fix Tabby dead URL in codellama guide (#3068)
Browse files Browse the repository at this point in the history
update URL
  • Loading branch information
romilbhardwaj authored Feb 1, 2024
1 parent 8e506ec commit efef3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/codellama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ IP=$(sky status --ip tabby)
echo Endpoint: http://$IP:8080
```

Then, you can connect to the Tabby server from VScode by installing the [Tabby extension](https://marketplace.visualstudio.com/items?itemName=tabby-ai.tabby-vscode).
Then, you can connect to the Tabby server from VScode by installing the [Tabby extension](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby) and configuring the API Endpoint under Tabby settings.

> Note that Code Llama 70B does not have the full infiling functionality [[1](https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf)], so the performance of Tabby with Code Llama may be limited.
>
Expand Down

0 comments on commit efef3bd

Please sign in to comment.