-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 1.09 KB
/
pyproject.toml
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
[tool.poetry]
name = "sae-featureextraction"
version = "0.1.0"
description = ""
authors = ["ruben.haerle <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
torch = "^2.3.0"
transformers = {extras = ["sentencepiece"], version = "^4.43"}
plotly = "^5.22.0"
datasets = "^2.19.2"
lightning = "^2.2.5"
zstandard = "^0.22.0"
jupyter = "^1.0.0"
blobfile = "2.0.2"
transformer-lens = "1.9.1"
scikit-learn = "^1.5.0"
matplotlib = "^3.9.0"
graphviz = "^0.20.3"
google-api-python-client = "^2.135.0"
langdetect = "^1.0.9"
immutabledict = "^4.2.0"
huggingface-hub = {extras = ["cli"], version = "^0.23.4"}
# lm-eval = {path = "/nfs/scratch_2/ruben/lm-evaluation-harness", develop = true, extras=["ifeval", "math"]}
kaleido = "0.1.0"
# activation-additions = {path = "/nfs/scratch_2/ruben/activation_additions_hf-main"}
determined = "0.26.4"
tensorboard = "^2.17.0"
apex = "^0.9.10.dev0"
statsmodels = "^0.14.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[virtualenvs]
in-project = true
create = true
path = "./.venv"