FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github - derenma/llama-cpp-python · GitHub
derenma
/
llama-cpp-python
Public
forked from
abetlen/llama-cpp-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
llama-cpp-python
.github
on
main
User selector
Datepicker
Commit history
Commits on Jul 6, 2025
fix(ci): Fix macos cpu builds
abetlen
committed
cce4887
View commit details
Copy full SHA for cce4887
View code at this point
Browse repository at this point
fix(ci): Temporarily disable windows cuda wheels
abetlen
committed
98fda8c
View commit details
Copy full SHA for 98fda8c
View code at this point
Browse repository at this point
fix(ci): Update docker runner
abetlen
committed
7011bc1
View commit details
Copy full SHA for 7011bc1
View code at this point
Browse repository at this point
Commits on Jul 5, 2025
fix(ci): update runners for cpu builds
abetlen
committed
82ad829
View commit details
Copy full SHA for 82ad829
View code at this point
Browse repository at this point
fix(ci): Remove macos-13 builds to fix cross compilation error
abetlen
committed
11d28df
View commit details
Copy full SHA for 11d28df
View code at this point
Browse repository at this point
fix(ci): Update cuda build action to use ubuntu 22.04
abetlen
committed
ae54cde
View commit details
Copy full SHA for ae54cde
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
fix(ci): Fix the CUDA workflow (#1894)
oobabooga
authored
14879c7
View commit details
Copy full SHA for 14879c7
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
fix(ci): update macos runner image to non-deprecated version
abetlen
committed
ea4d86a
View commit details
Copy full SHA for ea4d86a
View code at this point
Browse repository at this point
fix(ci): hotfix for wheels
abetlen
committed
ca80802
View commit details
Copy full SHA for ca80802
View code at this point
Browse repository at this point
Add CUDA 12.5 and 12.6 to generated output wheels
abetlen
committed
61508c2
View commit details
Copy full SHA for 61508c2
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
fix: Re-add suport for CUDA 12.5, add CUDA 12.6 (#1775)
Show description for 77a12a3
Smartappli
and
abetlen
authored
77a12a3
View commit details
Copy full SHA for 77a12a3
View code at this point
Browse repository at this point
chore(deps): bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 (#1821)
Show description for ddac04c
dependabot[bot]
authored
ddac04c
View commit details
Copy full SHA for ddac04c
View code at this point
Browse repository at this point
Merge branch 'main' of github.com:abetlen/llama-cpp-python into main
abetlen
committed
d553a54
View commit details
Copy full SHA for d553a54
View code at this point
Browse repository at this point
chore(deps): bump pypa/cibuildwheel from 2.21.1 to 2.22.0 (#1844)
Show description for 2795303
dependabot[bot]
authored
2795303
View commit details
Copy full SHA for 2795303
View code at this point
Browse repository at this point
fix(ci): Remove CUDA 12.5 from index
abetlen
committed
991d9cd
View commit details
Copy full SHA for 991d9cd
View code at this point
Browse repository at this point
fix(ci): Remove cuda version 12.5.0 incompatibility with VS (#1838)
Show description for 4f17ae5
pabl-o-ce
and
abetlen
authored
4f17ae5
View commit details
Copy full SHA for 4f17ae5
View code at this point
Browse repository at this point
fix(ci): Use default architecture chosen by action
abetlen
committed
d8cc231
View commit details
Copy full SHA for d8cc231
View code at this point
Browse repository at this point
fix(ci): Use python3
abetlen
committed
b34f200
View commit details
Copy full SHA for b34f200
View code at this point
Browse repository at this point
fix(ci): gg
abetlen
committed
1cd3f2c
View commit details
Copy full SHA for 1cd3f2c
View code at this point
Browse repository at this point
fix(ci): Install with regular pip
abetlen
committed
df05096
View commit details
Copy full SHA for df05096
View code at this point
Browse repository at this point
fix(ci): Update config
abetlen
committed
a412ba5
View commit details
Copy full SHA for a412ba5
View code at this point
Browse repository at this point
fix(ci): Debug print python system architecture
abetlen
committed
9a09fc7
View commit details
Copy full SHA for 9a09fc7
View code at this point
Browse repository at this point
fix(ci): Use macos-13 runner
abetlen
committed
f11a781
View commit details
Copy full SHA for f11a781
View code at this point
Browse repository at this point
fix(ci): Use macos-14 runner
abetlen
committed
8988aaf
View commit details
Copy full SHA for 8988aaf
View code at this point
Browse repository at this point
fix(ci): Explicitly test on arm64 macos runner
abetlen
committed
72ed7b8
View commit details
Copy full SHA for 72ed7b8
View code at this point
Browse repository at this point
fix(ci): Explicitly install arm64 python version
abetlen
committed
9d06e36
View commit details
Copy full SHA for 9d06e36
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
fix: install build dependency
abetlen
committed
65222bc
View commit details
Copy full SHA for 65222bc
View code at this point
Browse repository at this point
fix: install build dependency
abetlen
committed
8e07db0
View commit details
Copy full SHA for 8e07db0
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
chore(deps): bump actions/cache from 3 to 4 (#1751)
Show description for 1324c0c
dependabot[bot]
and
abetlen
authored
1324c0c
View commit details
Copy full SHA for 1324c0c
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
feat: Update sampling API for llama.cpp (#1742)
Show description for f8fcb3e
abetlen
authored
f8fcb3e
View commit details
Copy full SHA for f8fcb3e
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
chore(deps): bump pypa/cibuildwheel from 2.20.0 to 2.21.1 (#1743)
Show description for a4e1451
dependabot[bot]
and
abetlen
authored
a4e1451
View commit details
Copy full SHA for a4e1451
View code at this point
Browse repository at this point
feat(ci): Speed up CI workflows using `uv`, add support for CUDA 12.5 wheels
Show description for e529940
Smartappli
and
abetlen
authored
e529940
View commit details
Copy full SHA for e529940
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
fix: pull all gh releases for self-hosted python index
abetlen
committed
c68e7fb
View commit details
Copy full SHA for c68e7fb
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
chore(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0 (#1657)
Show description for 131db40
dependabot[bot]
authored
131db40
View commit details
Copy full SHA for 131db40
View code at this point
Browse repository at this point
feat(ci): Re-build wheel index automatically when releases are created
abetlen
committed
198f47d
View commit details
Copy full SHA for 198f47d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL