Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
a2e95308
Unverified
Commit
a2e95308
authored
Nov 03, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Nov 03, 2023
Browse files
ggml -> gguf in readme
parent
35bdecd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
a2e95308
...
@@ -141,11 +141,11 @@ python main.py \
...
@@ -141,11 +141,11 @@ python main.py \
--tasks
hellaswag
--tasks
hellaswag
```
```
GGML quantized models can be loaded by using
`llama-cpp-python`
server:
GGUF or
GGML quantized models can be loaded by using
`llama-cpp-python`
server:
```
bash
```
bash
python main.py
\
python main.py
\
--model
gg
ml
\
--model
gg
uf
\
--model_args
base_url
=
http://localhost:8000
\
--model_args
base_url
=
http://localhost:8000
\
--tasks
hellaswag
--tasks
hellaswag
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment