()
| 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")] |
nothing calls this directly
no outgoing calls
no test coverage detected