Andrei Betlen
65222bc493
fix: install build dependency
2024-09-25 14:27:19 -04:00
Andrei Betlen
8e07db0f87
fix: install build dependency
2024-09-25 14:17:04 -04:00
dependabot[bot]
1324c0c50c
chore(deps): bump actions/cache from 3 to 4 ( #1751 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <abetlen@gmail.com >
2024-09-20 18:04:59 -04:00
Andrei
f8fcb3ea34
feat: Update sampling API for llama.cpp ( #1742 )
...
* Initial samplng api update
* Fix logger
* Update tests
* Update
* Remove seed
* Add sampling chain
* Remove unnused test
* Use Qwen2 0.5B for ci tests
* Fix typo
* Fix typo
* Update cache version
* Use real model for tests
* Add huggingface-hub as a test dependency
* Remove RUST_LOG=trace
* Add actual logit processor test
2024-09-18 20:00:19 -04:00
dependabot[bot]
a4e1451abe
chore(deps): bump pypa/cibuildwheel from 2.20.0 to 2.21.1 ( #1743 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.20.0 to 2.21.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20.0...v2.21.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <abetlen@gmail.com >
2024-09-18 19:26:51 -04:00
Olivier DEBAUCHE
e529940f45
feat(ci): Speed up CI workflows using uv, add support for CUDA 12.5 wheels
...
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* revert
* Bump pyhton from 3.8 to 3.9
* Remove python 3.8
* Remove Python 3.7 and 3.8 deprecated
* Bump python from 3.8 to 3.9
* Add python 3.9
* Add python 3.9, remove macos-11 deprecated, add macos-14
* Bump python 3.8 to 3.9
* Add python 3.13
* Add python 3.13
* python 3.13 remove
* remove python 3.13
* remove python 3.8
* Bump macos-13 to macos-14
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update generate-index-from-release.yaml
Add avx, avx2 and avx512
* Update test.yaml
* Update test-pypi.yaml
* Update publish.yaml
* Update publish-to-test.yaml
* Update build-wheels-cuda.yaml
Cuda with AVX2 by default
* Update build-wheels-cuda.yaml
* remove DEPRECATED 32 bits
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
Upgrade matrix os to latest version
* Update build-wheels-metal.yaml
* Update build-wheels-cuda.yaml
* Update test.yaml
* Update test-pypi.yaml
* Update test.yaml
Add cache: 'pip'
* Update publish-to-test.yaml
* Update build-wheels-metal.yaml
Add cache: 'pip'
* Update build-wheels-cuda.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
remove x86_64
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* revert
* Remove cpu variants
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update publish-to-test.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update publish.yaml
* Update test-pypi.yaml
* Update test.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update publish.yaml
* Update test-pypi.yaml
* Update publish-to-test.yaml
* Update test.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update publish-to-test.yaml
* Update publish.yaml
* Update test-pypi.yaml
* Update test.yaml
* Update test.yaml
* Update build-and-release.yaml
* Update publish-to-test.yaml
* Update build-wheels-metal.yaml
* Update test-pypi.yaml
* Update test.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update publish.yaml
* Update publish-to-test.yaml
* Update test-pypi.yaml
* Update test.yaml
* Update build-wheels-cuda.yaml
* Update generate-index-from-release.yaml
* Update README.md
* Update README.md
* Update test.yaml
---------
Co-authored-by: Andrei Betlen <abetlen@gmail.com >
2024-09-18 19:22:05 -04:00
Andrei Betlen
c68e7fbedf
fix: pull all gh releases for self-hosted python index
2024-08-29 01:51:25 -04:00
dependabot[bot]
131db40770
chore(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0 ( #1657 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.19.2...v2.20.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 10:42:27 -04:00
Andrei Betlen
198f47dc1b
feat(ci): Re-build wheel index automatically when releases are created
2024-08-07 09:33:05 -04:00
dependabot[bot]
f95057a475
chore(deps): bump microsoft/setup-msbuild from 1.3 to 2 ( #1585 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.3 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3...v2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 17:16:13 -04:00
dependabot[bot]
e31f0968ff
chore(deps): bump microsoft/setup-msbuild from 1.1 to 1.3 ( #1569 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1.1 to 1.3.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.3 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <abetlen@gmail.com >
2024-07-09 11:51:46 -04:00
dependabot[bot]
14760c63ed
chore(deps): bump pypa/cibuildwheel from 2.19.1 to 2.19.2 ( #1568 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.19.1...v2.19.2 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <abetlen@gmail.com >
2024-07-09 11:51:35 -04:00
Andrei Betlen
09a4f78e05
fix(ci): Update LLAMA_ flags to GGML_
2024-07-09 00:37:03 -04:00
Andrei Betlen
3a551eb526
fix(ci): Update macos image (macos-11 is removed)
2024-07-02 11:58:26 -04:00
Andrei Betlen
4fb6fc12a0
fix(ci): Use LLAMA_CUDA for cuda wheels
2024-07-02 03:09:19 -04:00
Andrei Betlen
dc20e8c342
fix: Copy dependencies for windows
...
fix: :(
fix
fix
fix: Copy runtime dlls on windows
fix: Add explicit copy command for windows dlls
fix
fix
fix: >:(
fix
fix
fix
fix
Update path on windows
check dll dependancies
fix: Update PATH on win32
ci: Update test.yaml
2024-07-02 01:39:03 -04:00
oobabooga
73ddf297be
fix(ci): Fix the CUDA workflow ( #1551 )
2024-07-01 21:31:25 -04:00
dependabot[bot]
35c980eb2e
chore(deps): bump pypa/cibuildwheel from 2.18.1 to 2.19.1 ( #1527 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.18.1 to 2.19.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.18.1...v2.19.1 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 12:10:43 -04:00
dependabot[bot]
398fe81547
chore(deps): bump docker/build-push-action from 5 to 6 ( #1539 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 12:10:34 -04:00
Olivier DEBAUCHE
9e396b3ebd
feat: Update workflows and pre-built wheels ( #1416 )
...
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* revert
* Bump pyhton from 3.8 to 3.9
* Remove python 3.8
* Remove Python 3.7 and 3.8 deprecated
* Bump python from 3.8 to 3.9
* Add python 3.9
* Add python 3.9, remove macos-11 deprecated, add macos-14
* Bump python 3.8 to 3.9
* Add python 3.13
* Add python 3.13
* python 3.13 remove
* remove python 3.13
* remove python 3.8
* Bump macos-13 to macos-14
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update generate-index-from-release.yaml
Add avx, avx2 and avx512
* Update test.yaml
* Update test-pypi.yaml
* Update publish.yaml
* Update publish-to-test.yaml
* Update build-wheels-cuda.yaml
Cuda with AVX2 by default
* Update build-wheels-cuda.yaml
* remove DEPRECATED 32 bits
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
Upgrade matrix os to latest version
* Update build-wheels-metal.yaml
* Update build-wheels-cuda.yaml
* Update test.yaml
* Update test-pypi.yaml
* Update test.yaml
Add cache: 'pip'
* Update publish-to-test.yaml
* Update build-wheels-metal.yaml
Add cache: 'pip'
* Update build-wheels-cuda.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
remove x86_64
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-and-release.yaml
* Update build-wheels-metal.yaml
* revert
* Remove cpu variants
---------
Co-authored-by: Andrei Betlen <abetlen@gmail.com >
2024-06-13 10:19:57 -04:00
dependabot[bot]
5af81634cb
chore(deps): bump pypa/cibuildwheel from 2.18.1 to 2.19.0 ( #1522 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.18.1...v2.19.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 10:12:02 -04:00
dependabot[bot]
c564007ff6
chore(deps): bump pypa/cibuildwheel from 2.18.0 to 2.18.1 ( #1472 )
...
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <abetlen@gmail.com >
2024-05-27 10:57:17 -04:00
dependabot[bot]
4b54f79330
chore(deps): bump pypa/cibuildwheel from 2.17.0 to 2.18.0 ( #1453 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.18.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 09:35:52 -04:00
Olivier DEBAUCHE
3666833107
feat(ci): Add docker checks and check deps more frequently ( #1426 )
...
* Update dependabot.yml
Add github-actions update
* Update dependabot.yml
* Update dependabot.yml
2024-05-05 12:42:28 -04:00
Olivier DEBAUCHE
6332527a69
fix(ci): Fix build-and-release.yaml ( #1413 )
...
* Update build-and-release.yaml
* Update build-and-release.yaml
2024-04-30 09:16:14 -04:00
Andrei Betlen
d03f15bb73
fix(ci): Fix bug in use of upload-artifact failing to merge multiple artifacts into a single release.
2024-04-30 02:58:55 -04:00
dependabot[bot]
df2b5b5d44
chore(deps): bump actions/upload-artifact from 3 to 4 ( #1412 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:53:42 -04:00
dependabot[bot]
be43018e09
chore(deps): bump actions/configure-pages from 4 to 5 ( #1411 )
...
Bumps [actions/configure-pages](https://github.com/actions/configure-pages ) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases )
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:53:21 -04:00
Olivier DEBAUCHE
03c654a3d9
ci(fix): Workflow actions updates and fix arm64 wheels not included in release ( #1392 )
...
* Update test.yaml
Bump actions/checkout@v3 to v4
Bump action/setup-python@v4 to v5
* Update test-pypi.yaml
Bum actions/setup-python@v4 to v5
* Update build-and-release.yaml
Bump softprops/action-gh-release@v1 to v2
Bump actions/checkout@v3 to v4
Bump actions/setup-python@v3 to v5
* Update publish.yaml
Bump actions/checkout@v3 to v4
Bump actions/sertup-python@v4 to v5
* Update publish-to-test.yaml
Bump actions/checkout@v3 to v4
Bump actions/setup-python @v4 to v5
* Update test-pypi.yaml
Add Python 3.12
* Update build-and-release.yaml
* Update build-docker.yaml
Bump docker/setup-qemu-action@v2 to v3
Bump docker/setup-buildx-action@v2 to v3
* Update build-and-release.yaml
* Update build-and-release.yaml
2024-04-29 22:52:23 -04:00
Andrei Betlen
0c3bc4b928
fix(ci): Update generate wheel index script to include cu12.3 and cu12.4 Closes #1406
2024-04-29 12:37:22 -04:00
Olivier DEBAUCHE
2355ce2227
ci: Add support for pre-built cuda 12.4.1 wheels ( #1388 )
...
* Add support for cuda 12.4.1
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
* Update build-wheels-cuda.yaml
Revert
2024-04-27 23:44:47 -04:00
dependabot[bot]
c07db99e5b
chore(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 ( #1401 )
...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.5 to 2.17.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27 20:51:13 -04:00
dependabot[bot]
7074c4d256
chore(deps): bump docker/build-push-action from 4 to 5 ( #1400 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27 20:51:02 -04:00
dependabot[bot]
79318ba1d1
chore(deps): bump docker/login-action from 2 to 3 ( #1399 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27 20:50:50 -04:00
dependabot[bot]
27038db3d6
chore(deps): bump actions/cache from 3.3.2 to 4.0.2 ( #1398 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.2 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27 20:50:39 -04:00
dependabot[bot]
17bdfc818f
chore(deps): bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.4 ( #1397 )
...
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda ) from 2.2.0 to 3.0.4.
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases )
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md )
- [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v2.2.0...v3.0.4 )
---
updated-dependencies:
- dependency-name: conda-incubator/setup-miniconda
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27 20:50:28 -04:00
Olivier DEBAUCHE
c58b56123d
ci: Update action versions in build-wheels-metal.yaml ( #1390 )
...
* Bump actions/setup-python@v4 to v5
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
* Update build-wheels-metal.yaml
2024-04-27 20:47:49 -04:00
Olivier DEBAUCHE
9e7f738220
ci: Update dependabot.yml ( #1391 )
...
Add github-actions update
2024-04-27 20:47:07 -04:00
Andrei Betlen
266abfc1a3
fix(ci): Fix metal tests as well
2024-04-25 03:09:46 -04:00
Andrei Betlen
de37420fcf
fix(ci): Fix python macos test runners issue
2024-04-25 03:08:32 -04:00
Andrei Betlen
611781f531
ci: Build arm64 wheels. Closes #1342
2024-04-23 02:48:09 -04:00
Andrei
5a930ee9a1
feat: Binary wheels for CPU, CUDA (12.1 - 12.3), Metal ( #1247 )
...
* Generate binary wheel index on release
* Add total release downloads badge
* Update download label
* Use official cibuildwheel action
* Add workflows to build CUDA and Metal wheels
* Update generate index workflow
* Update workflow name
2024-04-03 15:32:13 -04:00
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