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
58bf1f227e
commit
12e90a5a67
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"last_synced_sha": "f9614b385c0d79100c8a5aa8ad1a05e88a7cc405",
|
||||
"last_sync_time": "2025-11-18T22:20:16.894068"
|
||||
"last_synced_sha": "92e25b2a48e96d7809727fe563335652d00b3756",
|
||||
"last_sync_time": "2025-11-19T00:07:22.405224"
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "tinker"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "The official Python SDK for the tinker API"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -17,6 +17,7 @@ dependencies = [
|
|||
"sniffio",
|
||||
"numpy",
|
||||
"torch",
|
||||
"transformers",
|
||||
"rich>=13.0.0",
|
||||
"click>=8.0.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue