This website requires JavaScript.
Explore
Help
Sign In
happyz
/
llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4df928973b
llama.cpp
/
tools
/
server
/
webui
/
src
/
lib
/
enums
/
model.ts
6 lines
83 B
TypeScript
Raw
Blame
History
export
enum
ModelModality
{
TEXT
=
'TEXT'
,
AUDIO
=
'AUDIO'
,
VISION
=
'VISION'
}
Reference in New Issue
View Git Blame
Copy Permalink