-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (40 loc) · 964 Bytes
/
pyproject.toml
File metadata and controls
43 lines (40 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "steering-reasoning"
version = "0.1.0"
description = ""
authors = ["ummagumma <siniy.vyacheslav@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
numpy = "^1.9"
pyrallis = "^0.3.1"
datasets = "3.6.0"
wandb = "^0.19.11"
matplotlib = "^3.9.2"
ray = "^2.46.0"
xformers = "0.0.29.post2"
vllm = "0.8.5.post1"
transformers = "4.52.3"
torch = "2.6.0"
deepspeed = "^0.16.9"
accelerate = "^1.7.0"
nvidia-cutlass = "^3.5.1.0"
scikit-learn = "1.5.2"
trl = "^0.17.0"
peft = "^0.15.2"
cuda-python = "12.6.2"
liger-kernel = "^0.5.10"
math-verify = "^0.7.0"
seaborn = "^0.13.2"
loguru = "^0.7.3"
virtualenv = "^20.31.2"
triton = "3.2.0"
flashinfer-python = {version = "^0.2.5", source = "flashinfer"}
[[tool.poetry.source]]
name = "flashinfer"
url = "https://flashinfer.ai/whl/cu124/torch2.6"
priority = "explicit"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"