MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / test_quantization_medium_vram

Function test_quantization_medium_vram

src-tauri/src/optimization.rs:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94 #[test]
95 fn test_quantization_medium_vram() {
96 let quant = OptimizationCalculator::recommend_quantization(6.0);
97 assert_eq!(quant, "Q4_K_M");
98 }
99
100 #[test]
101 fn test_quantization_low_vram() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected