Commit graph

90 commits

Author SHA1 Message Date
Andrei Betlen 7dbbfdecad fix: submodule kompute is not included in sdist. Closes #1165 2024-02-13 23:53:56 -05:00
Andrei Betlen f6f157c06d Update bug report instructions for new build process. 2023-12-22 15:35:51 -05:00
Andrei Betlen e9bc4c4baf Fix docker build 2023-12-11 10:39:51 -05:00
Andrei Betlen 4474157949 ci: tag built docker images with current version 2023-11-23 01:06:47 -05:00
Andrei Betlen 3af167d8db Merge tag 'v0.2.16' into main 2023-11-14 15:32:08 -05:00
Andrei Betlen cc0fe43849 Disable opencl test 2023-11-14 14:59:08 -05:00
Andrei Betlen 5f15a3d91c Disable wheel repair command 2023-11-10 06:05:42 -05:00
Andrei Betlen e02d52df29 Try to clean before calling cibuildwheel 2023-11-10 06:01:58 -05:00
Andrei Betlen ed5a9260f6 Force LD_LIBRARY_PATH 2023-11-10 05:54:23 -05:00
Andrei Betlen 2f070afd61 Don't install in editable mode for release 2023-11-10 05:45:44 -05:00
Andrei Betlen 4286830f16 Add python3.12 tests 2023-11-06 09:32:20 -05:00
Andrei Betlen b0e597e46e Pin python version in release 2023-11-06 08:56:41 -05:00
Andrei Betlen fa83cc5f9c Update llama.cpp
Fix build examples

Exclude examples directory

Revert cmake changes

Try actions/checkout@v4

Try to update submodules

Revert

Update llama.cpp

Fix build examples

Exclude examples directory

Revert cmake changes

Try actions/checkout@v4

Try to update submodules

Revert
2023-11-02 14:28:15 -04:00
Andrei Betlen ddbd10c442 Fix clblast test 2023-11-02 14:28:15 -04:00
Andrei Betlen 735522272b Fix runner label 2023-11-02 14:28:15 -04:00
Andrei Betlen 952e4cc3ce Fix: use linux image for opencl test 2023-11-01 21:31:02 -04:00
Andrei Betlen 8bf7fa6e5f Add opencl test 2023-11-01 21:18:36 -04:00
Andrei Betlen 446d5f5649 Add metal ci test 2023-11-01 21:15:01 -04:00
Andrei Betlen 541aaff45e Quote fix attempt #2 2023-09-29 23:05:26 -04:00
Andrei Betlen 39e5feb138 Fix quote issue 2023-09-29 23:01:38 -04:00
Andrei Betlen 3c6e98f945 Use dev versioning for test pypi 2023-09-29 22:57:49 -04:00
Andrei Betlen 1cca20304b Revert update to publish test pypi 2023-09-29 22:48:17 -04:00
Andrei Betlen 85e4d08a2e Update publish to test pypi workflow 2023-09-29 22:32:31 -04:00
Andrei Betlen fe743b4945 Revert python 3.12 tests 2023-09-12 18:43:43 -04:00
Andrei Betlen 6bddf620e1 Add python 3.12 to tests 2023-09-12 18:41:29 -04:00
Andrei Betlen dadfd96745 Use compiler to determine best optimizations for platform 2023-09-12 18:21:49 -04:00
Andrei Betlen 4c0787b408 Disable acceleration in macos tests only 2023-09-12 18:05:44 -04:00
Andrei Betlen 04a6bbe30e Revert test changes 2023-09-12 17:46:58 -04:00
Andrei Betlen 9547a351ee Try arm64 python 2023-09-12 17:35:07 -04:00
Andrei Betlen fa2f1fdf60 Enable accelerations and set python architecture 2023-09-12 17:28:36 -04:00
Andrei Betlen 685a929c6a typo 2023-09-12 17:03:19 -04:00
Andrei Betlen 082c2a23bd disable all acceleration on macos ci builds 2023-09-12 16:59:47 -04:00
Andrei Betlen b053cf7b50 Fix typo 2023-09-12 16:55:52 -04:00
Andrei Betlen 5458427e4c Disable metal for ci test builds 2023-09-12 16:50:14 -04:00
Andrei Betlen d2c5afe5a3 Remove prerelease python version 2023-07-18 19:38:51 -04:00
Andrei Betlen 7ce6cdf45b Update supported python versions. 2023-07-18 19:37:52 -04:00
Andrei Betlen 6cb77a20c6 Migrate to scikit-build-core. Closes #489 2023-07-18 18:52:29 -04:00
Andrei Betlen 3c85c41573 docker: update path to dockerfile 2023-07-08 04:04:11 -04:00
Andrei Betlen 1f5e748a7e docker: fix docker build action args 2023-07-08 04:00:43 -04:00
Andrei Betlen 9e153fd11d docker: update context path 2023-07-08 03:44:51 -04:00
Andrei Betlen 5b7d76608d docker: add checkout action to dockerfile 2023-07-08 03:43:17 -04:00
Andrei Betlen 3a2635b9e1 Update docker workflow for new simple image 2023-07-08 03:37:28 -04:00
Andrei Betlen 52753b77f5 Upgrade fastapi to 0.100.0 and pydantic v2 2023-07-07 21:38:46 -04:00
Andrei Betlen e3542b6627 Revert "Merge pull request #350 from abetlen/migrate-to-scikit-build-core"
This reverts commit fb2c5f7fd9, reversing
changes made to 202ed4464b.
2023-06-09 23:23:16 -04:00
Andrei Betlen 3c6e1b6c42 Update to smoketest 2023-06-09 19:08:15 -04:00
Andrei Betlen d4aed351e3 Run on workflow_dispatch 2023-06-09 17:08:42 -04:00
Andrei Betlen 2fdd873125 Add gihub action to test published pypi version of package 2023-06-09 16:52:40 -04:00
Andrei Betlen 7345456779 Migrate to scikit-build-core 2023-06-08 21:49:42 -04:00
Gary Mulder 9dd8cf3472
Update bug_report.md
- Added section on how to repro using llama.cpp in ./vendor/llama.cpp
- Added a few more example environment commands to aid in debugging.
2023-05-30 08:20:34 +01:00
Andrei c76e0913bb
Update issue templates 2023-05-06 22:18:31 -04:00