Spaces:
Paused
Paused
Update endpoints.py
Browse files- endpoints.py +1 -1
endpoints.py
CHANGED
@@ -28,7 +28,7 @@ def LLM(llm_name, length):
|
|
28 |
return pipe
|
29 |
|
30 |
|
31 |
-
pipe = LLM("
|
32 |
# tokenizer = AutoTokenizer.from_pretrained("WizardLM/WizardCoder-1B-V1.0")
|
33 |
# base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-1B-V1.0")
|
34 |
# Mistral 7B
|
|
|
28 |
return pipe
|
29 |
|
30 |
|
31 |
+
pipe = LLM("microsoft/phi-2",2000)
|
32 |
# tokenizer = AutoTokenizer.from_pretrained("WizardLM/WizardCoder-1B-V1.0")
|
33 |
# base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-1B-V1.0")
|
34 |
# Mistral 7B
|