Update README.md
Browse files
README.md
CHANGED
@@ -84,8 +84,6 @@ $ pip install -r llm2024-competition-runner/requirements.txt
|
|
84 |
|
85 |
```sh
|
86 |
$ python ./llm2024-competition-runner/generate.py \
|
87 |
-
--model="hf.co/pokutuna/llm2024-competition:gemma2-9b-v11.gguf" \
|
88 |
-
--sub-model="hf.co/pokutuna/llm2024-competition:gemma2-9b-v11.gguf" \
|
89 |
--tasks=./tasks.jsonl \
|
90 |
--outfile=./output-pokutuna.jsonl
|
91 |
```
|
|
|
84 |
|
85 |
```sh
|
86 |
$ python ./llm2024-competition-runner/generate.py \
|
|
|
|
|
87 |
--tasks=./tasks.jsonl \
|
88 |
--outfile=./output-pokutuna.jsonl
|
89 |
```
|