This commit is contained in:
A-transformer 2025-03-02 17:48:41 +04:00 committed by GitHub
commit 68cf47114b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ urls = {homepage = "https://github.com/deepseek-ai/DeepSeek-VL2"}
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"torch==2.0.1",
"torch==2.2.1",
"transformers==4.38.2",
"timm>=0.9.16",
"xformers>=0.0.21",

View File

@ -1,4 +1,4 @@
torch==2.0.1
torch==2.2.1
transformers==4.38.2
xformers>=0.0.21
timm>=0.9.16