Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atlury
/
edgellms
like
0
Running
App
Files
Files
Community
main
edgellms
/
llama-st
/
actions.js
atlury
Upload 21 files
3a76a4e
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
export
const
action = {
LOAD
:
0
,
INITIALIZED
:
1
,
RUN_MAIN
:
2
,
WRITE_RESULT
:
3
,
RUN_COMPLETED
:
4
,
ERROR
:
5
};