OpenClaw running nemotron-3-super:cloud

A simple and straight forward installation and execution:

ollama launch openclaw --model nemotron-3-super:cloud

After accepting a few settings point the browser to:

http://localhost:18789

and see the dashboard:

The computer hardware was described in my previous blog post. The screen capture below describes in brief the system:

The measured throughput is 6.8K token/minute.

Then I asked Openclaw to “write a RISC-V assembly code to be executed on the RARS simulator that computes the factorial N of a small integer”.
it took a very long time to generate the code that was finally created under the workspace folder. The code ran smoothly on RARS. The factorial of 5, or 5!, is 120 or 0x78 and can be verified in the simulator for register a0:

So far so good but this post is just a first impression post, stay tuned!
–Guy