From bc4c05d7120c7d08753a69b87907b79c04f82ff0 Mon Sep 17 00:00:00 2001 From: V4LER11 Date: Tue, 17 Dec 2024 15:48:08 +0000 Subject: [PATCH] redundant import --- refact_webgui/webgui/selfhost_fastapi_completions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/refact_webgui/webgui/selfhost_fastapi_completions.py b/refact_webgui/webgui/selfhost_fastapi_completions.py index 5695cf2b..4f9bb8c4 100644 --- a/refact_webgui/webgui/selfhost_fastapi_completions.py +++ b/refact_webgui/webgui/selfhost_fastapi_completions.py @@ -13,7 +13,6 @@ from fastapi import APIRouter, HTTPException, Query, Header from fastapi.responses import Response, StreamingResponse -from refact_utils.huggingface.utils import huggingface_hub_token from refact_utils.scripts import env from refact_utils.finetune.utils import running_models_and_loras from refact_webgui.webgui.selfhost_model_resolve import resolve_model_context_size