Update pyproject.toml

This commit is contained in:
Xiaokang Chen 2025-01-16 11:11:14 +08:00 committed by GitHub
parent 59640c1ccb
commit df7a47c57e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.0.1",
"transformers==4.38.2",
"timm>=0.9.16",
"accelerate",