ramedde commited on
Commit
3d198d6
·
verified ·
1 Parent(s): 5717969

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/sh
2
  set -eu
3
 
4
- MODEL_SPEC="${MODEL_SPEC:-unsloth/gemma-4-E2B-it-GGUF:Q4_0}"
5
  HOST="${HOST:-0.0.0.0}"
6
  PORT="${PORT:-7860}"
7
  CTX_SIZE="${CTX_SIZE:-131072}"
 
1
  #!/bin/sh
2
  set -eu
3
 
4
+ MODEL_SPEC="${MODEL_SPEC:-google/gemma-4-E2B-it-qat-q4_0-gguf:Q4_0}"
5
  HOST="${HOST:-0.0.0.0}"
6
  PORT="${PORT:-7860}"
7
  CTX_SIZE="${CTX_SIZE:-131072}"