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