mirror of
https://github.com/datalab-to/chandra.git
synced 2026-02-17 11:40:39 +00:00
Add examples
This commit is contained in:
@@ -25,7 +25,8 @@ dependencies = [
|
||||
"torch>=2.8.0",
|
||||
"torchvision>=0.23.0",
|
||||
"transformers>=4.57.1",
|
||||
"streamlit>=1.50.0"
|
||||
"streamlit>=1.50.0",
|
||||
"accelerate>=1.11.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
@@ -36,6 +37,7 @@ build-backend = "setuptools.build_meta"
|
||||
chandra = "chandra.scripts.cli:main"
|
||||
chandra_app = "chandra.scripts.run_app:main"
|
||||
chandra_screenshot = "chandra.scripts.screenshot_app:main"
|
||||
chandra_vllm = "chandra.scripts.vllm:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["chandra*"]
|
||||
|
||||
Reference in New Issue
Block a user