IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Mojo struct

TuningGroup

struct TuningGroup

Implemented traits​

AnyType, Copyable, Equatable, ImplicitlyCopyable, ImplicitlyDeletable, Movable, RegisterPassable, TrivialRegisterPassable, Writable

comptime members​

CORE​

comptime CORE = TuningGroup(Int32(0))

GEMMA_3_27B​

comptime GEMMA_3_27B = TuningGroup(Int32(4))

INTERNVL​

comptime INTERNVL = TuningGroup(Int32(2))

LLAMA_3_3_70B​

comptime LLAMA_3_3_70B = TuningGroup(Int32(3))

MISCELLANEOUS​

comptime MISCELLANEOUS = TuningGroup(Int32(1))

Was this page helpful?