Created
December 24, 2024 08:01
-
-
Save CypherpunkSamurai/53880fffa057be096d641a0173ba73e8 to your computer and use it in GitHub Desktop.
Ollama Portable Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title Ollama Portable | |
set OLLAMA_ORIGINS=* | |
set OLLAMA_HOST=0.0.0.0 | |
set userprofile=%cd%\data | |
set localappdata=%cd%\data\AppData\Local | |
cmd /k ollama.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment