portfolio / pyproject.toml
kaba777's picture
base_modelの推論機能のみ加えた。peft_modelの推論機能はない。
d6215f9
raw
history blame contribute delete
537 Bytes
[project]
name = "portfolio"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "kabaya", email = "[email protected]" }
]
dependencies = [
"gradio==5.0.1",
"transformers==4.48.3",
"peft==0.15.2",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/portfolio"]