Skip to content

Commit

Permalink
Freeze ollama-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicbytes committed Jan 25, 2024
1 parent 97dfbbe commit 25660d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tauri-postgres/demo-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ git_clone() {
cd ../examples/tauri-postgres/
mkdir -p src-tauri/crates/ && cd src-tauri/crates/
git clone https://github.com/pepperoni21/ollama-rs # Solves a bug where in Cargo.toml `git` would still not work as expected
cd ollama-rs && git checkout f610472689ec113689ab06fb58304ec723c93111 && cd ..
git clone https://github.com/faokunega/pg-embed # We need to modify this in order to have a different location for postgres
cd pg-embed
git apply ../../../pg-embed.patch
Expand Down

0 comments on commit 25660d9

Please sign in to comment.