programmersd commited on
Commit
102455b
·
verified ·
1 Parent(s): d08ec2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -11
Dockerfile CHANGED
@@ -5,15 +5,15 @@ ENV HF_HUB_CACHE=/tmp/hf-cache
5
 
6
  EXPOSE 7860
7
 
8
- CMD ["-hf", "unsloth/gemma-4-E2B-it-GGUF:Q4_0",
9
- "-c", "2048",
10
- "-t", "8",
11
- "-tb", "16",
12
- "-b", "1024",
13
- "-ub", "512",
14
- "-np", "1",
15
- "--flash-attn", "on",
16
- "--no-warmup",
17
- "--no-context-shift",
18
- "--host", "0.0.0.0",
19
  "--port", "7860"]
 
5
 
6
  EXPOSE 7860
7
 
8
+ CMD ["-hf", "unsloth/gemma-4-E2B-it-GGUF:Q4_0", \
9
+ "-c", "2048", \
10
+ "-t", "8", \
11
+ "-tb", "16", \
12
+ "-b", "1024", \
13
+ "-ub", "512", \
14
+ "-np", "1", \
15
+ "--flash-attn", "on", \
16
+ "--no-warmup", \
17
+ "--no-context-shift", \
18
+ "--host", "0.0.0.0", \
19
  "--port", "7860"]