-
Notifications
You must be signed in to change notification settings - Fork 318
Comparing changes
Open a pull request
base repository: postgresml/postgresml
base: v2.10.0
head repository: postgresml/postgresml
compare: master
- 14 commits
- 14 files changed
- 3 contributors
Commits on Jan 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9954aa2 - Browse repository at this point
Copy the full SHA 9954aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38cb9cd - Browse repository at this point
Copy the full SHA 38cb9cdView commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49babb6 - Browse repository at this point
Copy the full SHA 49babb6View commit details
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
Configuration menu - View commit details
-
Copy full SHA for b4b337f - Browse repository at this point
Copy the full SHA b4b337fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e24df87 - Browse repository at this point
Copy the full SHA e24df87View commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e73199 - Browse repository at this point
Copy the full SHA 5e73199View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 270a8e1 - Browse repository at this point
Copy the full SHA 270a8e1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for caed629 - Browse repository at this point
Copy the full SHA caed629View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 31c68e4 - Browse repository at this point
Copy the full SHA 31c68e4View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 507aaeb - Browse repository at this point
Copy the full SHA 507aaebView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 8ced585 - Browse repository at this point
Copy the full SHA 8ced585View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 686942a - Browse repository at this point
Copy the full SHA 686942aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8563bd4 - Browse repository at this point
Copy the full SHA 8563bd4View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 2d2352d - Browse repository at this point
Copy the full SHA 2d2352dView commit details
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 v2.10.0...master