Spaces:
Running
Running
Samuel Thomas
commited on
Commit
·
b6feb1b
1
Parent(s):
043dc9e
deepseek coding
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ login(token=HUGGINGFACEHUB_API_TOKEN, add_to_git_credential=True)
|
|
18 |
|
19 |
llm = HuggingFaceEndpoint(
|
20 |
#repo_id="HuggingFaceH4/zephyr-7b-beta",
|
21 |
-
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
22 |
task="text-generation",
|
23 |
max_new_tokens=512,
|
24 |
do_sample=False,
|
|
|
18 |
|
19 |
llm = HuggingFaceEndpoint(
|
20 |
#repo_id="HuggingFaceH4/zephyr-7b-beta",
|
21 |
+
#repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
22 |
+
repo_id="deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct",
|
23 |
task="text-generation",
|
24 |
max_new_tokens=512,
|
25 |
do_sample=False,
|