Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check Available frameworks

Ubuntu 24.04

Code Block
root@server5:/storage/apps/Geekbench/GeekbenchAI-1.3.0-Linux# ./banff --ai-list
Geekbench AI 1.3.0 : https://www.geekbench.com/ai/

Geekbench AI requires an active internet connection and automatically uploads
benchmark results to the Geekbench Browser.

Framework          | Backend       | Device
 1 TensorFlow Lite |  1 CPU        |  0 Intel(R) N150
 3 ONNX            |  1 CPU        |  0 Intel(R) N150
 4 OpenVINO        |  1 CPU        |  0 Intel(R) N150

Ubuntu 25.04

Code Block
root@server5:/storage/apps/Geekbench/GeekbenchAI-1.3.0-Linux# ./banff --ai-list
Geekbench AI 1.3.0 : https://www.geekbench.com/ai/

Geekbench AI requires an active internet connection and automatically uploads
benchmark results to the Geekbench Browser.

Framework          | Backend       | Device
 1 TensorFlow Lite |  1 CPU        |  0 Intel(R) N150
 3 ONNX            |  1 CPU        |  0 Intel(R) N150
 4 OpenVINO        |  1 CPU        |  0 Intel(R) N150
 4 OpenVINO        |  2 GPU        |  1 Intel(R) Graphics (iGPU)



help

Code Block
root@server5:/storage/apps/Geekbench/GeekbenchAI-1.3.0-Linux# ./banff --help
Geekbench AI 1.3.0 : https://www.geekbench.com/ai/

Usage:

  ./banff [ options ]

Options:

  -h, --help                  print this message

AI Benchmark Options:

  --ai                        run the AI benchmark
  --ai-framework [ID]         use AI framework ID
  --ai-backend [ID]           use AI backend ID
  --ai-device [ID]            use AI device ID
  --ai-list                   list available AI settings

If no options are given, the default action is to run the inference benchmark.

...