Skip to content

Tags: schynce/YALS

Tags

2025.04.23.1903-a094438

Toggle 2025.04.23.1903-a094438's commit message
Bindings: Update llama.cpp

Commit eb1776b15a32d832f1266deeeab75b9d255c5849

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>

2025.04.22.1839-7710a9e

Toggle 2025.04.22.1839-7710a9e's commit message
Actions: Install openssl and pkg-config with Ubuntu CUDA

Required for Rust builds

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>

2025.04.21.2209-b65fb30

Toggle 2025.04.21.2209-b65fb30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request theroyallab#17 from fizzAI/patch-1

Actions: Pin Deno version to v2.2.10 for now

2025.04.20.2249-ed8e278

Toggle 2025.04.20.2249-ed8e278's commit message
Model: Add lock to prevent multiple loads

If an operation is in progress, reject other operations.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>

2025.04.18.1657-ac2470f

Toggle 2025.04.18.1657-ac2470f's commit message
Merge branch 'main' into dev

2025.04.18.0530-15681f9

Toggle 2025.04.18.0530-15681f9's commit message
Merge branch 'dev'

2025.04.13.2004-2a8e0f8

Toggle 2025.04.13.2004-2a8e0f8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request theroyallab#16 from theroyallab/dev

Fix more generation race conditions

2025.04.12.0325-75c7912

Toggle 2025.04.12.0325-75c7912's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request theroyallab#15 from theroyallab/dev

Fix race condition, bump ver, rewrite

2025.04.10.0536-6d57bda

Toggle 2025.04.10.0536-6d57bda's commit message
Bindings: Turn off LLAMA_CURL

We do not need to include CURL in our output binaries.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>

2025.04.10.0531-dc0c375

Toggle 2025.04.10.0531-dc0c375's commit message
Bindings: Enable linear RoPE if the trained freq base is provided

This means that the user wants to use linear RoPE scaling and not
have RoPE off.

Keep this in if necessary. Otherwise, revert if the understanding
is incorrect.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>