Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
inflaton-ai/rapget-translation
inflaton
/
machine-translation
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3860729
machine-translation
/
scripts
/
lf-api.sh
dh-mc
initial code for Chinese/English translation
3860729
7 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
#!/bin/sh
BASEDIR=$(
dirname
"
$0
"
)
cd
$BASEDIR
/../llama-factory
echo
Current Directory:
pwd
API_PORT=8000 llamafactory-cli api
$1