Tomtom84 commited on
Commit
e7f1564
·
verified ·
1 Parent(s): 4bbffd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,7 +55,7 @@ CMD bash -c "\
55
  --port 1234 \
56
  --dtype bfloat16 \
57
  --gpu-memory-utilization 0.9 \
58
- --max-model-len 8192
59
  uvicorn app:app --host 0.0.0.0 --port 7860"
60
 
61
 
 
55
  --port 1234 \
56
  --dtype bfloat16 \
57
  --gpu-memory-utilization 0.9 \
58
+ --max-model-len 8192 \
59
  uvicorn app:app --host 0.0.0.0 --port 7860"
60
 
61