Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevSecOpAI
/
PyCIL
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PyCIL
/
load.sh
HungNP
New single commit message
cb80c28
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
#! /bin/sh
for
arg
in
$@
;
do
python ./load_model.py --config=
$arg
;
# Your commands to process each argument here
done