MCPcopy Create free account
hub / github.com/antirez/ds4 / cli_now_sec

Function cli_now_sec

ds4_cli.c:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226#endif
227 if (!strcmp(s, "cpu")) return DS4_BACKEND_CPU;
228 fprintf(stderr, "ds4: invalid backend: %s\n", s);
229#ifdef DS4_ROCM_BUILD
230 fprintf(stderr, "ds4: valid backends are: metal, rocm, cpu\n");
231#else
232 fprintf(stderr, "ds4: valid backends are: metal, cuda, cpu\n");
233#endif
234 exit(2);
235}

Callers 2

run_sampled_generationFunction · 0.85
run_chat_turnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected