Skip to content

Instantly share code, notes, and snippets.

@trotsky1997
Created February 26, 2026 16:33
Show Gist options
  • Select an option

  • Save trotsky1997/f0f4f21efabd058fe25a4fd9f949fb39 to your computer and use it in GitHub Desktop.

Select an option

Save trotsky1997/f0f4f21efabd058fe25a4fd9f949fb39 to your computer and use it in GitHub Desktop.
stable vllm+torch+fa2 uv
[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