16 lines
506 B
TOML
16 lines
506 B
TOML
[project]
|
|
name = "R1-Distill-Qwen-14B-Roblox-Luau"
|
|
version = "1.0.0"
|
|
description = ""
|
|
authors = [{ name = "boatbomber", email = "zack@boatbomber.com" }]
|
|
readme = "README.md"
|
|
requires-python = "3.11.*"
|
|
dependencies = ["ipywidgets (>=8.1.5,<9.0.0)", "ipykernel (>=6.29.5,<7.0.0)", "together (>=1.5.2,<2.0.0)", "python-dotenv (>=1.1.0,<2.0.0)", "datasets (>=3.4.1,<4.0.0)"]
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|