Spaces:
Paused
Paused
feat(runner.sh): --trust-remote-code
Browse files
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
|