<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROC OLLAMA, Running LLM Locally With SAS code in Developers</title>
    <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964299#M6628</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The more people who need this module, the more likely it is that R&amp;amp;D will deliver it as soon as possible, so it is recommended that you or remind all customers who need it to send a request to SAS Technical Support for SAS/Toolkit for Viya 4&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 07:56:20 GMT</pubDate>
    <dc:creator>GreenCode</dc:creator>
    <dc:date>2025-04-15T07:56:20Z</dc:date>
    <item>
      <title>PROC OLLAMA, Running LLM Locally With SAS code</title>
      <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/963906#M6624</link>
      <description>&lt;P&gt;PROC OLLAMA,&amp;nbsp;a SAS procedure written using SAS/toolkit calls llama.cpp to run the large model locally(Windows 11 x64), details:&amp;nbsp;&lt;A href="https://github.com/analyserxyz/myrepo1?tab=readme-ov-file" target="_blank"&gt;analyserxyz/myrepo1: test&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example code:&lt;/P&gt;
&lt;P&gt;options fullstimer;&lt;BR /&gt;libname tmplib "c:\temp";&lt;BR /&gt;proc ollama out=tmplib.result;&lt;BR /&gt;model "c:\temp\gemma-1.1-7b-it.Q4_K_M.gguf";&lt;BR /&gt;params "-no-cnv -ngl 99 -p ""Once upon a time""";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GreenCode_0-1744213523084.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/106096i906D9871D15A8307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GreenCode_0-1744213523084.png" alt="GreenCode_0-1744213523084.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 15:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/963906#M6624</guid>
      <dc:creator>GreenCode</dc:creator>
      <dc:date>2025-04-09T15:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OLLAMA, Running LLM Locally With SAS code</title>
      <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964099#M6625</link>
      <description>&lt;P&gt;is there a way to run this in viya?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 10:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964099#M6625</guid>
      <dc:creator>Vrushin</dc:creator>
      <dc:date>2025-04-11T10:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OLLAMA, Running LLM Locally With SAS code</title>
      <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964185#M6626</link>
      <description>&lt;P&gt;Unfortunately, there is no SAS/Toolkit module under Viya right now, so this procedure does not work on Viya. It can be replaced by other methods, such as using x, pipe to execute the llama-cli command line to output the result to a file, and then read the result back from the file.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2025 12:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964185#M6626</guid>
      <dc:creator>GreenCode</dc:creator>
      <dc:date>2025-04-13T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OLLAMA, Running LLM Locally With SAS code</title>
      <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964225#M6627</link>
      <description>&lt;P&gt;This looks really promising - is there anything that can be done to help prioritize the development of this kind of development for Viya or SAS workbench?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 15:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964225#M6627</guid>
      <dc:creator>williamnadolski</dc:creator>
      <dc:date>2025-04-14T15:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OLLAMA, Running LLM Locally With SAS code</title>
      <link>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964299#M6628</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The more people who need this module, the more likely it is that R&amp;amp;D will deliver it as soon as possible, so it is recommended that you or remind all customers who need it to send a request to SAS Technical Support for SAS/Toolkit for Viya 4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 07:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/PROC-OLLAMA-Running-LLM-Locally-With-SAS-code/m-p/964299#M6628</guid>
      <dc:creator>GreenCode</dc:creator>
      <dc:date>2025-04-15T07:56:20Z</dc:date>
    </item>
  </channel>
</rss>

