Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Created December 24, 2024 08:01
Show Gist options
  • Save CypherpunkSamurai/53880fffa057be096d641a0173ba73e8 to your computer and use it in GitHub Desktop.
Save CypherpunkSamurai/53880fffa057be096d641a0173ba73e8 to your computer and use it in GitHub Desktop.
Ollama Portable Windows
@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