Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
40ac644
PySR
/
pysr
/
__main__.py
--global
Refactored main to appropriate folder
40ac644
almost 2 years ago
raw
Copy download link
history
blame
93 Bytes
from
pysr._cli.main
import
cli
as
_cli
if
__name__ ==
'__main__'
:
_cli(prog_name=
"cli"
)