Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
TiM
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aef3da7
TiM
/
setup.py
Julien Blanchon
Clean Space repo (code only, checkpoints in model repo)
d0e893e
11 days ago
raw
Copy download link
history
blame
Safe
205 Bytes
from
setuptools
import
find_packages, setup
setup(
name=
"tim"
,
version=
"0.0.1"
,
description=
""
,
packages=find_packages(),
install_requires=[
"torch"
,
"numpy"
,
],
)