Skip to content

Commit 9f0f9e1

Browse files
pcuencakashif
authored andcommitted
Clonable demo (huggingface#1420)
1 parent d7c2559 commit 9f0f9e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

codellama.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ You can easily try the Code Llama Model (13 billion parameters!) in **[this Spa
7676

7777
Under the hood, this playground uses Hugging Face's [Text Generation Inference](https://github.com/huggingface/text-generation-inference), the same technology that powers [HuggingChat](https://huggingface.co/chat/), and we'll share more in the following sections.
7878

79+
You can also check [this Space](https://huggingface.co/spaces/codellama/codellama-13b-chat) and clone it for your use – it's self-contained so you can examine the source code and adapt it as you wish!
80+
7981
### Transformers
8082

8183
With the upcoming release of `transformers` 4.33, you can use Code Llama and leverage all the tools within the HF ecosystem, such as:
@@ -336,4 +338,5 @@ While HumanEval is a Python benchmark there have been significant efforts to tra
336338
- [Paper Page](https://huggingface.co/papers/2308.12950)
337339
- [Official Meta announcement](https://ai.meta.com/blog/code-llama-large-language-model-coding/)
338340
- [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/)
339-
- [Demo](https://huggingface.co/spaces/codellama/codellama-playground)
341+
- [Demo (TGI)](https://huggingface.co/spaces/codellama/codellama-playground)
342+
- [Demo (self-contained, clonable)](https://huggingface.co/spaces/codellama/codellama-13b-chat)

0 commit comments

Comments
 (0)