mirror of
https://github.com/unslothai/unsloth.git
synced 2026-07-10 00:08:58 +00:00
Update pyproject.toml
This commit is contained in:
parent
f520bc39ee
commit
610fdaab13
1 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ classifiers = [
|
|||
[tool.setuptools.dynamic]
|
||||
version = {attr = "unsloth.__version__"}
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
optional-dependencies = {
|
||||
cu118 = { file = ["requirements_cu118.txt"] },
|
||||
cu121 = { file = ["requirements_cu121.txt"] },
|
||||
}
|
||||
optional-dependencies = [
|
||||
{cu118 = { file = ["requirements_cu118.txt"] }},
|
||||
{cu121 = { file = ["requirements_cu121.txt"] }},
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "http://www.unsloth.ai"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue