This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
5fcd7795cd
ColossalAI
/
applications
/
ColossalQA
/
examples
/
webui_demo
/
utils.py
7 lines
88 B
Python
Raw
Blame
History
from
enum
import
Enum
class
DocAction
(
str
,
Enum
)
:
ADD
=
"
add
"
CLEAR
=
"
clear
"
Reference in New Issue
View Git Blame
Copy Permalink