FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TEAL/pyproject.toml at main · FasterDecoding/TEAL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
FasterDecoding
/
TEAL
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
171
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TEAL
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (25 loc) · 864 Bytes
Breadcrumbs
TEAL
/
pyproject.toml
Copy path
File metadata and controls
31 lines (25 loc) · 864 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
[
build-system
]
requires
= [
"
setuptools
"
,
"
wheel
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
teal
"
version
=
"
0.1
"
description
=
"
TEAL: Training-Free Activation Sparsity in Large Language Models
"
readme
=
"
README.md
"
requires-python
=
"
>=3.11
"
classifiers
= [
"
Programming Language :: Python :: 3
"
,
"
License :: OSI Approved :: Apache Software License
"
,
]
#
These should be GPT-Fast related
dependencies
= [
"
torch==2.4.0
"
,
"
transformers==4.44.1
"
,
"
accelerate
"
,
"
sentencepiece
"
,
"
tiktoken
"
,
"
blobfile
"
,
"
safetensors
"
,
"
pandas
"
,
"
datasets
"
,
"
triton
"
,
"
msgspec
"
]
#
This should be main eval related (eg. flashattention?)
[
project
.
optional-dependencies
]
eval
= [
"
protobuf
"
,
"
datasets
"
,
"
packaging
"
,
"
flash-attn==2.6.1
"
,
"
pandas
"
]
[
project
.
urls
]
"Homepage"
=
"
TODO
"
[
tool
.
setuptools
.
packages
.
find
]
exclude
= [
"
notebooks*
"
,
"
scripts*
"
]
Back
|
FazBrowse Home
|
New Git URL