This website requires JavaScript.
Explore
Help
Sign In
scisharp
/
LLamaSharp
Watch
1
Star
0
Fork
You've already forked LLamaSharp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
LLamaSharp
/
LLama
/
Native
/
LLamaRopeType.cs
9 lines
113 B
C#
Raw
Permalink
Blame
History
namespace
LLama.Native
;
public
enum
LLamaRopeType
{
None
=
-
1
,
Norm
=
0
,
NEOX
=
2
,
GLM
=
4
,
}
Reference in New Issue
View Git Blame
Copy Permalink