Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
main
gomoku
/
DI-engine
/
ding
/
entry
/
cli_parsers
/
__init__.py
zjowowen
init space
079c32c
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
from
.slurm_parser
import
slurm_parser
from
.k8s_parser
import
k8s_parser
PLATFORM_PARSERS = {
"slurm"
: slurm_parser,
"k8s"
: k8s_parser}