-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 845 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 845 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
[tool.poetry]
name = "personalllm"
version = "0.1.0"
description = ""
authors = ["andrew siah <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
torch = "2.3.0"
torchvision = "0.18.0"
torchaudio = "2.3.0"
huggingface-hub = "^0.23.4"
tqdm = "^4.66.4"
python-dotenv = "^1.0.1"
transformers = "4.40.0"
rewardbench = "^0.1.2"
accelerate = "^0.31.0"
aiohttp = "^3.9.5"
bert-score = "^0.3.13"
datasets = "^2.20.0"
evaluate = "^0.4.2"
fschat = "^0.2.36"
matplotlib = "^3.9.0"
numpy = "^2.0.0"
pandas = "^2.2.2"
pyyaml = "^6.0.1"
requests = "^2.32.3"
scipy = "^1.14.0"
seaborn = "^0.13.2"
sentence-transformers = "^3.0.1"
setuptools = "^70.1.1"
vllm = "^0.5.0.post1"
jupyter = "^1.0.0"
plotly = "^5.23.0"
itables = "^2.1.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"