Spaces:
Sleeping
Sleeping
| [project] | |
| name = "collaborative-decoding" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "torch>=2.9.0", | |
| "transformers>=4.57.1", | |
| "gradio>=5.6.0", | |
| "sentence-transformers>=3.0.0", | |
| "dotenv>=0.9.9", | |
| "litellm>=1.79.1", | |
| "tenacity>=9.1.2", | |
| "matplotlib>=3.10.7", | |
| "numpy>=2.3.4", | |
| ] | |