Unpin timm.

This commit is contained in:
Ean Garvey
2023-10-19 12:01:26 -05:00
parent 791553762b
commit 7a7252a8fd
2 changed files with 1 additions and 7 deletions

View File

@@ -24,12 +24,6 @@ class ZoeDetector:
for chunk in r.iter_content(chunk_size=8192):
f.write(chunk)
midas = torch.hub.load(
"gpetters94/MiDaS:master",
"DPT_BEiT_L_384",
pretrained=False,
force_reload=False,
)
model = torch.hub.load(
"monorimet/ZoeDepth:torch_update",
"ZoeD_N",

View File

@@ -39,7 +39,7 @@ sentencepiece
py-cpuinfo
tiktoken # for codegen
joblib # for langchain
timm==0.9.5 # for MiniGPT4
timm # for MiniGPT4
langchain
einops # for zoedepth