Skip to content

Releases: EnlistedGhost/Yollama

v0.32.14-xc0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 18:44
Automated release tag for v0.32.14-xc0

v0.32.13-xc0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:25
Automated release tag for v0.32.13-xc0

v0.32.12-xc0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:23
Automated release tag for v0.32.12-xc0

v0.32.10-xc2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:18
Automated release tag for v0.32.10-xc2

v0.32.9-xc2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:46

Yollama v0.32.9-xc2


Installation and Usage

  1. Download the below "yollama-linux-amd64.tar.gz" file
  2. Extract the compressed file to a folder
  3. Run "setup_yollama.sh" to finish the installation

This Yollama Release is compatible with:

  • Linux (64-bit) Architecture: x86_64 | amd64
  • Hardware Compatability: CPU + NVIDIA CUDA v12.8
  • Supported NVIDIA CUDA Architectures: 50, 52, 61, 70, 75, 86, 89, 120

NVIDIA Supported Card List:

  • GTX 780
  • GTX 980
  • GTX 1080
  • RTX 2080
  • Tesla Volta V100
  • Quadro RTX 4000
  • RTX 3090
  • RTX 4090
  • Quadro RTX A4000
  • RTX 5090/Blackwell

Changelog

Full Changelog: v0.32.7-xc2...v0.32.9-xc2

v0.32.7-xc2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:06

Yollama v0.32.7-xc2


Installation and Usage

  1. Download the below "yollama-linux-amd64.tar.gz" file
  2. Extract the compressed file to a folder
  3. Run "setup_yollama.sh" to finish the installation

This Yollama Release is compatible with:

  • Linux (64-bit) Architecture: x86_64 | amd64
  • Hardware Compatability: CPU + NVIDIA CUDA v12.8
  • Supported NVIDIA CUDA Architectures: 50, 52, 61, 70, 75, 86, 89, 120

NVIDIA Supported Card List:

  • GTX 780
  • GTX 980
  • GTX 1080
  • RTX 2080
  • Tesla Volta V100
  • Quadro RTX 4000
  • RTX 3090
  • RTX 4090
  • Quadro RTX A4000
  • RTX 5090/Blackwell

Changelog

Full Changelog: v0.32.6-xc2...v0.32.7-xc2

v0.32.6-xc2.1

Choose a tag to compare

@EnlistedGhost EnlistedGhost released this 16 Aug 04:18

Yollama v0.32.6-xc2.1


Installation and Usage

  1. Download the below "yollama-linux-amd64.tar.gz" file
  2. Extract the compressed file to a folder
  3. Run "setup_yollama.sh" to finish the installation

This Yollama Release is compatible with:

  • Linux (64-bit) Architecture: x86_64 | amd64
  • Hardware Compatability: CPU + NVIDIA CUDA v12.8
  • Supported NVIDIA CUDA Architectures: 50, 52, 61, 70, 75, 86, 89, 120

NVIDIA Supported Card List:

  • GTX 780
  • GTX 980
  • GTX 1080
  • RTX 2080
  • Tesla Volta V100
  • Quadro RTX 4000
  • RTX 3090
  • RTX 4090
  • Quadro RTX A4000
  • RTX 5090/Blackwell

Changelog

Full Changelog: v0.32.6-xc1...v0.32.6-xc2

v0.32.6-xc2

Choose a tag to compare

@EnlistedGhost EnlistedGhost released this 16 Aug 01:29

Yollama v0.32.6-xc2


Installation and Usage

  1. Download the below "yollama-linux-amd64.tar.gz" file
  2. Extract the compressed file to a folder
  3. Run "setup_yollama.sh" to finish the installation

This Yollama Release is compatible with:

  • Linux (64-bit) Architecture: x86_64 | amd64
  • Hardware Compatability: CPU + NVIDIA CUDA v12.8
  • Supported NVIDIA CUDA Architectures: 50, 52, 61, 70, 75, 86, 89, 120

NVIDIA Supported Card List:

  • GTX 780
  • GTX 980
  • GTX 1080
  • RTX 2080
  • Tesla Volta V100
  • Quadro RTX 4000
  • RTX 3090
  • RTX 4090
  • Quadro RTX A4000
  • RTX 5090/Blackwell

Changelog

Full Changelog: v0.32.6-xc1...v0.32.6-xc2

v0.32.6-xc1

Choose a tag to compare

@EnlistedGhost EnlistedGhost released this 14 Aug 08:50
5a9dee5

Yollama v0.32.6-xc1


Installation and Usage

  1. Download the below "yollama-linux-amd64.tar.gz" file
  2. Extract the compressed file to a folder
  3. Run "setup_yollama.sh" to finish the installation

This Yollama Release is compatible with:

  • Linux (64-bit) Architecture: x86_64 | amd64
  • Hardware Compatability: CPU + NVIDIA CUDA v12.8
  • Supported NVIDIA CUDA Architectures: 50, 52, 61, 70, 75, 86, 89, 120

NVIDIA Supported Card List:

  • GTX 780
  • GTX 980
  • GTX 1080
  • RTX 2080
  • Tesla Volta V100
  • Quadro RTX 4000
  • RTX 3090
  • RTX 4090
  • Quadro RTX A4000
  • RTX 5090/Blackwell

Changelog

  • Added: b9840 dynamic llama.cpp Libs for releases
  • Fixed: model pulls from URL (ex: pull a model from huggingface)
  • Fixed: release.yaml, now workflows automatically create releases
  • Near complete overhaul of the reference codebase
  • Finished proper renaming to self-hosted project "Yollama"
  • Removed "Yollama/model/models" directory and associated files
  • Removed "Yollama/model/parsers" and all associated files
  • Removed "Yollama/model/renderers" and all associated files
  • Removed "Yollama/runner/runner.go" as it is unneeded
  • Removed all "Yollama/x/*" folders and files
  • Added "capabilities.go" to begin moving away from "images.go" and correctly clean up the codebase
  • Updated parser.go, cloud_proxy.go (will be refactored soon to "networkengine.go", already dropped all external cloud junk)
  • Updated (Just going to list them): create.go, model_list_cache.go, model_resolver.go, model_show_cache.go, prompt.go, routes.go, sched.go, template.go, config.go, cmd.go, types.go, client.go...
  • Version bump to version.go, now on v0.32.6-xc1

Full Changelog: b9840_amd64_linux...v0.32.6-xc1

b9840_llama-cpp

Choose a tag to compare

@EnlistedGhost EnlistedGhost released this 14 Aug 07:43
9c71848
b9840_amd64_linux

Update release.yaml