chore(licence-update): Update PyProject Toml - License
Some checks are pending
CI / lint_and_typecheck (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run

This commit is contained in:
snomiao 2024-09-04 20:08:15 +00:00 committed by Cédric Deltheil
parent 428c2ddcec
commit b6f547d14a

View file

@ -3,7 +3,7 @@ name = "refiners"
dynamic = ["version"] dynamic = ["version"]
description = "The simplest way to train and run adapters on top of foundation models" description = "The simplest way to train and run adapters on top of foundation models"
authors = [{ name = "The Finegrain Team", email = "bonjour@lagon.tech" }] authors = [{ name = "The Finegrain Team", email = "bonjour@lagon.tech" }]
license = "MIT" license = { text = "MIT License" }
dependencies = [ dependencies = [
"torch>=2.1.1", "torch>=2.1.1",
"safetensors>=0.4.0", "safetensors>=0.4.0",