From fd227ceab84e6b4721f78aadefd2d65a1045fe1f Mon Sep 17 00:00:00 2001 From: Marut Pandya Date: Wed, 6 Nov 2024 13:55:51 -0500 Subject: [PATCH] Update worker-config.json --- worker-config.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/worker-config.json b/worker-config.json index 338e7f5..017f393 100644 --- a/worker-config.json +++ b/worker-config.json @@ -7,7 +7,6 @@ { "title": "Model Settings", "settings": [ - "MODEL_PATH", "TOKENIZER_PATH", "CONTEXT_LENGTH", "QUANTIZATION", @@ -70,14 +69,6 @@ } }, "schema": { - "MODEL_PATH": { - "env_var_name": "MODEL_PATH", - "value": "", - "title": "Model Path", - "description": "Path of the model weights", - "required": true, - "type": "text" - }, "HOST": { "env_var_name": "HOST", "value": "0.0.0.0",