MCPcopy Create free account
hub / github.com/evilsocket/cake / arch_str_gemma3

Function arch_str_gemma3

cake-core/src/cake/mod.rs:671–676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669 #[test]
670 #[cfg(feature = "gemma3")]
671 fn arch_str_gemma3() {
672 assert_eq!(
673 arch_str_to_text_model_arch("Gemma3ForCausalLM"),
674 TextModelArch::Gemma3
675 );
676 }
677
678 #[test]
679 #[cfg(feature = "falcon3")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected