-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (30 loc) · 840 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (30 loc) · 840 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "speculative_decoding_metrics"
version = "0.1.6"
description = "A package that evaluates and plots results to test Throughput based on number of draft tokens"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
authors = [
{ name="Mitul Garg", email="mitulgarg3@gmail.com" }
]
dependencies = [
"sentence-transformers==3.3.1",
"huggingface-hub==0.30.1",
"rouge-score==0.1.2",
"matplotlib==3.10.1",
"numpy==2.2.4",
"transformers==4.48.0",
"mlx-lm==0.22.3",
"torch==2.6.0",
"scikit-learn==1.6.1"
]
[project.urls]
Homepage = "https://github.com/mitulgarg/Speculative-Decoding-DraftToken-Analysis"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]