mirror of
https://github.com/newnius/YAO-agent.git
synced 2025-06-06 21:31:55 +00:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# run nvidia-smi in background to speed up the query and reduce CPU load (why?)
|
|
nvidia-smi daemon
|
|
|
|
python3 /root/agent.py |