Skip to content

Commit

Permalink
Trigger pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco265 committed Dec 20, 2023
1 parent 09cfc94 commit 45641d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@


@asynccontextmanager
# def _load_models_and_transformation():
async def lifespan(app: FastAPI):
dev = "cuda" if torch.cuda.is_available() else "cpu"
__pretrain_models = {"RN50": "openai",
Expand Down

0 comments on commit 45641d6

Please sign in to comment.