mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
chore(licence-update): Update PyProject Toml - License
This commit is contained in:
parent
428c2ddcec
commit
b6f547d14a
|
@ -3,7 +3,7 @@ name = "refiners"
|
|||
dynamic = ["version"]
|
||||
description = "The simplest way to train and run adapters on top of foundation models"
|
||||
authors = [{ name = "The Finegrain Team", email = "bonjour@lagon.tech" }]
|
||||
license = "MIT"
|
||||
license = { text = "MIT License" }
|
||||
dependencies = [
|
||||
"torch>=2.1.1",
|
||||
"safetensors>=0.4.0",
|
||||
|
|
Loading…
Reference in a new issue