- Notifications
You must be signed in to change notification settings - Fork328
Comparing changes
Open a pull request
base repository:postgresml/postgresml
Uh oh!
There was an error while loading.Please reload this page.
base:13e98ec
head repository:postgresml/postgresml
Uh oh!
There was an error while loading.Please reload this page.
compare:caf2b6c
- 15commits
- 15files changed
- 4contributors
Commits on Jan 17, 2025
Commits on Apr 14, 2025
Fix architecture-specific builds in GitHub workflows
- Modify release scripts to detect and use current architecture instead of looping through architectures- Update GitHub workflows to use matrix for Ubuntu versions (20.04, 22.04, 24.04)- Pass Ubuntu version from matrix to release scripts- Fix incorrect architecture builds by ensuring binaries are compiled on the proper architecture
Fix package build scripts for multi-architecture and Ubuntu version s…
…upport- Update postgresml-dashboard/release.sh to match the pattern of other release scripts- Fix S3 upload locks by adding unique lock names with timestamps- Add proper Ubuntu version handling to all release scripts- Ensure sequential execution of jobs that access the S3 repository
Commits on Apr 15, 2025
Fix deb-s3 locking issues in package build scripts
Removes the --lock flag and --lock-name parameter from deb-s3 upload commands across all package release scripts. This addresses the lock file errors in GitHub workflow builds.
Fix Python version for Ubuntu 24.04 and Docker build
- Updates Ubuntu 24.04 Python version from 3.11 to 3.12- Adds Python 3.12 to Docker image prerequisites- Removes deb-s3 lock in postgresml-python release script
Fix Docker build workflow for Ubuntu 24.04
- Add postgresml-python job to workflow to build Python package first- Update Docker build to install postgresml-python package separately- Ensures Python 3.12 is properly used for Ubuntu 24.04
Fix Python dependencies in GitHub workflow
Install the correct Python version for each target Ubuntu version:- Python 3.8 for Ubuntu 20.04- Python 3.10 for Ubuntu 22.04- Python 3.12 for Ubuntu 24.04 (via deadsnakes PPA)
- Add wheel package dependencies for Python 3.12 virtualenv creation- Install PyTorch before other packages to satisfy auto_gptq dependencies- Add special handling for Python 3.12 in build script
Improve Python package build process
- Update ubuntu-postgresml-python-package workflow with better Python setup- Add workflow_call support to make it callable from main workflow- Change main workflow to use reusable workflow for Python package build- Addresses dependency issues with Python build for Ubuntu 24.04
Standardize on Python 3.11 and clarify architecture-specific requirem…
…ents- Renames requirements.linux.txt to requirements.amd64.txt- Renames requirements.macos.txt to requirements.arm64.txt- Updates build scripts to use Python 3.11 for all Ubuntu versions- Updates documentation to clarify architecture-specific requirements- Simplifies Python version configuration in build scripts
Commits on Apr 16, 2025
Fix Docker image build for Python 3.11 dependencies
- Add deadsnakes PPA to Docker image to install Python 3.11- Install Python 3.11 and required development packages- Remove Python 3.12 which isn't compatible with current PostgresML packages
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 13e98ec...caf2b6c
Uh oh!
There was an error while loading.Please reload this page.