All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:08, 21 August 2026 Tacoball talk contribs created page LM/.bashrc for B70 (Created page with "<syntaxhighlight lang="bash"> export USE_INTEL_API="oneAPI" # Initialize OpenVINO if -z "$TMUX" && "$USE_INTEL_API" == "OpenVINO" ; then source /opt/intel/openvino_2026/setupvars.sh export GGML_OPENVINO_DEVICE=GPU fi # Initialize oneAPI if -z "$TMUX" && "$USE_INTEL_API" == "oneAPI" ; then source /opt/intel/oneapi/setvars.sh export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 export UR_L0_USE_IMMEDIATE_COMMAND_LISTS=1 export ONEAPI_DEVICE_SELECT...")