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

Function test_batch_size_gpu

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

Source from the content-addressed store, hash-verified

105
106 #[test]
107 fn test_batch_size_gpu() {
108 let batch = OptimizationCalculator::calculate_batch_size(&GpuBackend::Nvidia);
109 assert_eq!(batch, 512);
110 }
111
112 #[test]
113 fn test_batch_size_cpu() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected