This file contains hidden or 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
# Tested on: | |
# - Ubuntu 20.04 LTS | |
# - Ubuntu 22.04.2 LTS | |
# | |
# Tested with https://github.com/Jigsaw-Code/outline-server/commit/9a3498112d5f7c59f7017e1666678e2921fad46f from May 16 2024 | |
# Install prerequirements | |
# 7zip to extract zip | |
apt install p7zip-full | |
# task to run app | |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin |
This file contains hidden or 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
#!/bin/bash | |
# Ollama Model Export Script | |
# Usage: bash ollama-export.sh vicuna:7b | |
# SPDX-License-Identifier: MIT (https://ncurl.xyz/s/o_o6DVqIR) | |
# https://gist.github.com/supersonictw/f6cf5e599377132fe5e180b3d495c553 | |
# Interrupt if any error occurred | |
set -e | |
# Declare |
This file contains hidden or 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
hash pin | |
00037f 1039 | |
00039a 3633 | |
000c15 5848 | |
0013fa 8554 | |
00150b 2650 | |
0020a5 9940 | |
0029f4 8536 | |
002abd 9004 |