共绩算力 vscode git笔记

# git clone https://github.com/ultralytics/yolov5.git
Cloning into 'yolov5'...
error: RPC failed; curl 16 Error in the HTTP2 framing layer
fatal: expected flush after ref listing


git config --global http.postBuffer 524288000  # 设置为500MB



File "/usr/local/lib/python3.6/dist-packages/cv2/__init__.py", line 8, in <module>
    from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
安装库
pip install opencv-python-headless


监控 窗口不能太小,至少79格
pip3 install --upgrade nvitop

使用
nvitop

posted @ 2025-11-05 18:13  小城熊儿  阅读(9)  评论(0)    收藏  举报