From 80485b21b6457e8f4e645cdd44f7239aa5d77954 Mon Sep 17 00:00:00 2001 From: vuonghoainam Date: Thu, 19 Oct 2023 16:16:32 -0700 Subject: [PATCH] chore: Remove config.json file as new nitro does not need it --- plugins/inference-plugin/nitro/config/config.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 plugins/inference-plugin/nitro/config/config.json diff --git a/plugins/inference-plugin/nitro/config/config.json b/plugins/inference-plugin/nitro/config/config.json deleted file mode 100644 index 1ec0e4cf6..000000000 --- a/plugins/inference-plugin/nitro/config/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "listeners": [ - { - "address": "0.0.0.0", - "port": 3928 - } - ], - "custom_config": { - "llama_model_path": "", - "ctx_len": 2048, - "ngl": 100 - } -}