Created
February 26, 2026 16:33
-
-
Save trotsky1997/f0f4f21efabd058fe25a4fd9f949fb39 to your computer and use it in GitHub Desktop.
stable vllm+torch+fa2 uv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [project] | |
| name = "xxx" | |
| version = "0.1.0" | |
| description = "xxx" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "torch==2.9.1", | |
| "transformers", | |
| "datasets", | |
| "scikit-learn", | |
| "trl", | |
| "matplotlib", | |
| "vllm>=0.15.1", | |
| "unsloth>=2026.2.1", | |
| "flash-attn", | |
| ] | |
| [tool.uv.extra-build-dependencies] | |
| flash-attn = ["torch==2.9.1"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment