Skip to content

Instantly share code, notes, and snippets.

View AndersonALAC's full-sized avatar
😇
死亡

ALAC AndersonALAC

😇
死亡
View GitHub Profile
@AndersonALAC
AndersonALAC / ollama-export.sh
Last active September 11, 2024 01:47 — forked from supersonictw/ollama-export.sh
Ollama Model Export Script
#!/bin/bash
# Ollama Model Export Script
# Usage: bash ollama-export.sh vicuna:7b
# License: MIT (https://ncurl.xyz/s/o_o6DVqIR)
# https://gist.github.com/supersonictw/f6cf5e599377132fe5e180b3d495c553
set -e
echo "Ollama Model Export Script"
echo "License: MIT (https://ncurl.xyz/s/RD0Yl5fSg)"