leuc
leuc
amdgpu exports various values via sysfs under the path `/sys/devices/pci***/gpu_metrics` I wrote a python script [amdgpu_metrics.py](https://gist.github.com/leuc/e45f4dc64dc1db870e4bad1c436228bb) to decode the binary data. The code should be fairly easy to integrate with...
# A user wants to import/export data between (pixelfed) instances Included data: - User profile - Uploaded images - Image descriptions - Image likes - Comments on images - Followers...
Requires [Intel Extension for PyTorch v1.13.120+xpu](https://github.com/intel/intel-extension-for-pytorch/releases/tag/v1.13.120%2Bxpu) Installation Guide: https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/installation.html Successfully tested on Intel ARC A770 16GB VRAM with the large model. Common issue: `OSError: libmkl_intel_lp64.so.2: cannot open shared object file:...
Flatpak
Flatpak would be great for easy installation on Steam Deck. Here is a working Manifest `org.phoboslab.wipeout.yml` ```yaml --- app-id: org.phoboslab.wipeout runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk command: /app/wipegame cleanup: -...