Skip to content

Commit

Permalink
redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
valaises committed Dec 17, 2024
1 parent c49b7c9 commit bc4c05d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refact_webgui/webgui/selfhost_fastapi_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc4c05d

Please sign in to comment.