From 9e271b003c9d22fcfa20207a63413feb508df909 Mon Sep 17 00:00:00 2001 From: Jambay Kinley Date: Wed, 24 Jun 2026 18:41:46 +0000 Subject: [PATCH] remove mobius-ai extra and dependency --- olive/olive_config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/olive/olive_config.json b/olive/olive_config.json index 1978e61dc..88a096c2f 100644 --- a/olive/olive_config.json +++ b/olive/olive_config.json @@ -211,8 +211,7 @@ "supported_accelerators": [ "*" ], "supported_precisions": [ "fp32", "fp16", "bf16" ], "supported_algorithms": [ ], - "supported_quantization_encodings": [ ], - "extra_dependencies": [ "mobius-ai" ] + "supported_quantization_encodings": [ ] }, "LoftQ": { "module_path": "olive.passes.pytorch.lora.LoftQ", @@ -744,7 +743,6 @@ "inc": [ "neural-compressor" ], "lora": [ "accelerate>=0.30.0", "peft", "scipy" ], "diffusers": [ "accelerate>=0.30.0", "peft", "diffusers" ], - "mobius-ai": [ "mobius-ai" ], "nvmo": [ "nvidia-modelopt[onnx]" ], "openvino": [ "openvino>=2025.4.1",