Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
6f60f08
1
Parent(s):
e81dbf8
Update AutoConfig.from_pretrained('TheBloke/WizardLM-13B-V1.0-Uncensored-GGML')
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ LLM = AutoModelForCausalLM.from_pretrained(
|
|
234 |
# "TheBloke/WizardCoder-15B-1.0-GGML",
|
235 |
DESTINATION_FOLDER, # model_path_or_repo_id: str required
|
236 |
model_file=_,
|
237 |
-
model_type="starcoder",
|
238 |
threads=os.cpu_count() // 2, # type: ignore
|
239 |
)
|
240 |
|
|
|
234 |
# "TheBloke/WizardCoder-15B-1.0-GGML",
|
235 |
DESTINATION_FOLDER, # model_path_or_repo_id: str required
|
236 |
model_file=_,
|
237 |
+
# model_type=None, # "starcoder", AutoConfig.from_pretrained("TheBloke/WizardLM-13B-V1.0-Uncensored-GGML")
|
238 |
threads=os.cpu_count() // 2, # type: ignore
|
239 |
)
|
240 |
|