<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.fundamental-ramen.com/index.php?action=history&amp;feed=atom&amp;title=LM%2F.bashrc_for_B70</id>
	<title>LM/.bashrc for B70 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fundamental-ramen.com/index.php?action=history&amp;feed=atom&amp;title=LM%2F.bashrc_for_B70"/>
	<link rel="alternate" type="text/html" href="https://wiki.fundamental-ramen.com/index.php?title=LM/.bashrc_for_B70&amp;action=history"/>
	<updated>2026-09-10T12:32:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.fundamental-ramen.com/index.php?title=LM/.bashrc_for_B70&amp;diff=3032&amp;oldid=prev</id>
		<title>Tacoball: Created page with &quot;&lt;syntaxhighlight lang=&quot;bash&quot;&gt; export USE_INTEL_API=&quot;oneAPI&quot;  # Initialize OpenVINO if  -z &quot;$TMUX&quot; &amp;&amp; &quot;$USE_INTEL_API&quot; == &quot;OpenVINO&quot; ; then   source /opt/intel/openvino_2026/setupvars.sh   export GGML_OPENVINO_DEVICE=GPU fi  # Initialize oneAPI if  -z &quot;$TMUX&quot; &amp;&amp; &quot;$USE_INTEL_API&quot; == &quot;oneAPI&quot; ; 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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.fundamental-ramen.com/index.php?title=LM/.bashrc_for_B70&amp;diff=3032&amp;oldid=prev"/>
		<updated>2026-08-21T10:08:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; export USE_INTEL_API=&amp;quot;oneAPI&amp;quot;  # Initialize OpenVINO if &lt;a href=&quot;/index.php?title=-z_%22$TMUX%22_%26%26_%22$USE_INTEL_API%22_%3D%3D_%22OpenVINO%22&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;-z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE INTEL API&amp;quot; == &amp;quot;OpenVINO&amp;quot; (page does not exist)&quot;&gt;-z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE_INTEL_API&amp;quot; == &amp;quot;OpenVINO&amp;quot; &lt;/a&gt;; then   source /opt/intel/openvino_2026/setupvars.sh   export GGML_OPENVINO_DEVICE=GPU fi  # Initialize oneAPI if &lt;a href=&quot;/index.php?title=-z_%22$TMUX%22_%26%26_%22$USE_INTEL_API%22_%3D%3D_%22oneAPI%22&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;-z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE INTEL API&amp;quot; == &amp;quot;oneAPI&amp;quot; (page does not exist)&quot;&gt;-z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE_INTEL_API&amp;quot; == &amp;quot;oneAPI&amp;quot; &lt;/a&gt;; 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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
export USE_INTEL_API=&amp;quot;oneAPI&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Initialize OpenVINO&lt;br /&gt;
if [[ -z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE_INTEL_API&amp;quot; == &amp;quot;OpenVINO&amp;quot; ]]; then&lt;br /&gt;
  source /opt/intel/openvino_2026/setupvars.sh&lt;br /&gt;
  export GGML_OPENVINO_DEVICE=GPU&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Initialize oneAPI&lt;br /&gt;
if [[ -z &amp;quot;$TMUX&amp;quot; &amp;amp;&amp;amp; &amp;quot;$USE_INTEL_API&amp;quot; == &amp;quot;oneAPI&amp;quot; ]]; then&lt;br /&gt;
  source /opt/intel/oneapi/setvars.sh&lt;br /&gt;
  export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1&lt;br /&gt;
  export UR_L0_USE_IMMEDIATE_COMMAND_LISTS=1&lt;br /&gt;
  export ONEAPI_DEVICE_SELECTOR=level_zero:0&lt;br /&gt;
  export SYCL_CACHE_PERSISTENT=1&lt;br /&gt;
  export UR_L0_BATCH_FREE_MEM=1&lt;br /&gt;
  export MKL_THREADING_LAYER=INTEL&lt;br /&gt;
  export ZES_ENABLE_SYSMAN=1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# for hf command&lt;br /&gt;
if [ -z &amp;quot;$TMUX&amp;quot; ]; then&lt;br /&gt;
  export PATH=&amp;quot;$PATH:/home/tacoball/.local/bin&amp;quot;&lt;br /&gt;
  export HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;
  export HF_XET_FIXED_DOWNLOAD_CONCURRENCY=5&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tacoball</name></author>
	</entry>
</feed>