Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel ARC/XPU Improvements #2052

Merged
merged 10 commits into from
Jul 23, 2023
Prev Previous commit
Next Next commit
Update fastchat/serve/multi_model_worker.py
  • Loading branch information
merrymercy authored Jul 23, 2023
commit fc1ce38c089caa8196100d6e6ea9499802ea7e8c
3 changes: 0 additions & 3 deletions fastchat/serve/multi_model_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
import threading
import uuid

import torch
import torch.nn.functional as F

from fastapi import FastAPI, Request, BackgroundTasks
from fastapi.responses import StreamingResponse, JSONResponse
import requests
Expand Down