yusufs commited on
Commit
1530e6e
·
1 Parent(s): 57f9fa5

feat(runner.sh): --trust-remote-code

Browse files
Files changed (1) hide show
  1. runner.sh +2 -1
runner.sh CHANGED
@@ -62,4 +62,5 @@ python -u /app/openai_compatible_api_server.py \
62
  --enforce-eager \
63
  --gpu-memory-utilization 0.9 \
64
  --enable-prefix-caching \
65
- --disable-log-requests
 
 
62
  --enforce-eager \
63
  --gpu-memory-utilization 0.9 \
64
  --enable-prefix-caching \
65
+ --disable-log-requests \
66
+ --trust-remote-code