mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-19 12:58:01 +00:00
Sync contents
This commit is contained in:
parent
604e00c700
commit
2a37c3afb4
18 changed files with 1811 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue