modelfile*.txt: use POSIX path separator (`/`)
#2
by ShamrockLee - opened
- modelfilegemmapro-20kctx.txt +1 -1
- modelfilegemmapro-r.txt +1 -1
- modelfilegemmapro.txt +1 -1
modelfilegemmapro-20kctx.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM .
|
| 2 |
|
| 3 |
PARAMETER num_ctx 20000
|
| 4 |
|
|
|
|
| 1 |
+
FROM ./GemmaPro_q4.gguf
|
| 2 |
|
| 3 |
PARAMETER num_ctx 20000
|
| 4 |
|
modelfilegemmapro-r.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM .
|
| 2 |
|
| 3 |
PARAMETER num_ctx 2048
|
| 4 |
|
|
|
|
| 1 |
+
FROM ./GemmaPro_q4.gguf
|
| 2 |
|
| 3 |
PARAMETER num_ctx 2048
|
| 4 |
|
modelfilegemmapro.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM .
|
| 2 |
|
| 3 |
PARAMETER num_ctx 2048
|
| 4 |
|
|
|
|
| 1 |
+
FROM ./GemmaPro_q4.gguf
|
| 2 |
|
| 3 |
PARAMETER num_ctx 2048
|
| 4 |
|