Sync contents

This commit is contained in:
Daniel Xu 2025-11-18 22:06:38 +00:00
parent 604e00c700
commit 2a37c3afb4
18 changed files with 1811 additions and 4 deletions

View file

@ -17,6 +17,8 @@ dependencies = [
"sniffio",
"numpy",
"torch",
"rich>=13.0.0",
"click>=8.0.0",
]
requires-python = ">= 3.11"
classifiers = [
@ -36,6 +38,9 @@ classifiers = [
"License :: OSI Approved :: Apache Software License"
]
[project.scripts]
tinker = "tinker.cli.__main__:cli"
[project.urls]
Homepage = "https://thinkingmachines.ai/tinker"
Repository = "https://github.com/thinking-machines-lab/tinker"