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

Function test_batch_size_cpu

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

Source from the content-addressed store, hash-verified

111
112 #[test]
113 fn test_batch_size_cpu() {
114 let batch = OptimizationCalculator::calculate_batch_size(&GpuBackend::CpuOnly);
115 assert_eq!(batch, 128);
116 }
117
118 #[test]
119 fn test_gpu_layers_gpu() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected