Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DataSysResearch
/
LibAMM
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Main dev
- #165
#165
Merged
ShuhaoZhangTony
merged 31 commits into
main
DataSysResearch/LibAMM:main
from
main-dev
DataSysResearch/LibAMM:main-dev
Copy head branch name to clipboard
Nov 17, 2025
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Main dev
#165
ShuhaoZhangTony
merged 31 commits into
main
DataSysResearch/LibAMM:main
from
main-dev
DataSysResearch/LibAMM:main-dev
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2025
feat: Isolate PyTorch dependency in Python bindings using NumPy interface
Show description for 358a5a9
ShuhaoZhangTony
committed
358a5a9
View commit details
Copy full SHA for 358a5a9
Browse repository at this point
docs: Add comprehensive dependency isolation documentation
Show description for 61f326b
ShuhaoZhangTony
committed
61f326b
View commit details
Copy full SHA for 61f326b
Browse repository at this point
feat: Add PyTorch dependency declaration in setup.py
Show description for eb20f18
ShuhaoZhangTony
committed
eb20f18
View commit details
Copy full SHA for eb20f18
Browse repository at this point
chore: Remove large binary files from working tree
Show description for a5bc63e
ShuhaoZhangTony
committed
a5bc63e
View commit details
Copy full SHA for a5bc63e
Browse repository at this point
feat: Implement SOTA data management with Git LFS + symlinks
Show description for 81d6e80
ShuhaoZhangTony
committed
81d6e80
View commit details
Copy full SHA for 81d6e80
Browse repository at this point
chore: Replace test data files with symlinks to sageData
Show description for b2f1335
ShuhaoZhangTony
committed
b2f1335
View commit details
Copy full SHA for b2f1335
Browse repository at this point
build: use system pybind11
ShuhaoZhangTony
committed
e684436
View commit details
Copy full SHA for e684436
Browse repository at this point
fix: 防止 setup_data.sh 创建嵌套符号链接
Show description for bea754f
ShuhaoZhangTony
committed
bea754f
View commit details
Copy full SHA for bea754f
Browse repository at this point
docs: add submodule marker file
Show description for 69bba8e
ShuhaoZhangTony
committed
69bba8e
View commit details
Copy full SHA for 69bba8e
Browse repository at this point
docs: fix trailing whitespace in SUBMODULE.md
Show description for 859c637
ShuhaoZhangTony
committed
859c637
View commit details
Copy full SHA for 859c637
Browse repository at this point
Commits on Nov 13, 2025
fix: use relative paths for test data symlinks
Show description for fee30de
KimmoZAG
committed
fee30de
View commit details
Copy full SHA for fee30de
Browse repository at this point
Commits on Nov 14, 2025
fix: don't overwrite Git-tracked symlinks in setup_data.sh
Show description for 92439b7
KimmoZAG
committed
92439b7
View commit details
Copy full SHA for 92439b7
Browse repository at this point
perf: 降低编译优化级别以减少内存消耗
Show description for e07bc6f
ShuhaoZhangTony
committed
e07bc6f
View commit details
Copy full SHA for e07bc6f
Browse repository at this point
feat: optimize LibAMM compilation for low-memory environments
Show description for 211aa77
ShuhaoZhangTony
committed
211aa77
View commit details
Copy full SHA for 211aa77
Browse repository at this point
feat: add automated build, test and publish workflow
Show description for 8fcbc1f
ShuhaoZhangTony
committed
8fcbc1f
View commit details
Copy full SHA for 8fcbc1f
Browse repository at this point
Commits on Nov 15, 2025
Fix LibAMM build deps and CI
ShuhaoZhangTony
committed
45968a9
View commit details
Copy full SHA for 45968a9
Browse repository at this point
Make LibAMM CI apt installs non-interactive
ShuhaoZhangTony
committed
60bde68
View commit details
Copy full SHA for 60bde68
Browse repository at this point
Fix LibAMM CI: remove sudo from pip, use dynamic torch path
ShuhaoZhangTony
committed
b631589
View commit details
Copy full SHA for b631589
Browse repository at this point
Add pip timeout and retry for torch downloads
ShuhaoZhangTony
committed
5754e90
View commit details
Copy full SHA for 5754e90
Browse repository at this point
Commits on Nov 16, 2025
Add retry and timeout for PyTorch pip installs
ShuhaoZhangTony
committed
60f6e3e
View commit details
Copy full SHA for 60f6e3e
Browse repository at this point
Fix pip hash mismatch: add --no-cache-dir flag
ShuhaoZhangTony
committed
4492ed2
View commit details
Copy full SHA for 4492ed2
Browse repository at this point
Enable unit tests in CI workflows
ShuhaoZhangTony
committed
0494542
View commit details
Copy full SHA for 0494542
Browse repository at this point
fix: update torch version from 1.13.0 to 2.2.0 to resolve CI/CD error
Show description for 55b5ba6
ShuhaoZhangTony
committed
55b5ba6
View commit details
Copy full SHA for 55b5ba6
Browse repository at this point
Commits on Nov 17, 2025
chore: pin python 3.11 for libamm CI torch install\n\n- add actions/setup-python to force python 3.11 on self-hosted runner\n- upgrade pip before installing torch stack to avoid hash mismatch with …
Show description for b878f58
ShuhaoZhangTony
committed
b878f58
View commit details
Copy full SHA for b878f58
Browse repository at this point
fix: use python3.11 consistently in libamm CI build
Show description for 96cb406
ShuhaoZhangTony
committed
96cb406
View commit details
Copy full SHA for 96cb406
Browse repository at this point
ci: enable wheel build testing on PR without publishing
Show description for 5461e22
ShuhaoZhangTony
committed
5461e22
View commit details
Copy full SHA for 5461e22
Browse repository at this point
fix: use --index-url for torch install to avoid PyPI timeout
Show description for aa90725
ShuhaoZhangTony
committed
aa90725
View commit details
Copy full SHA for aa90725
Browse repository at this point
fix: ensure Python 3.11 is used consistently in cmake workflow
Show description for 6c274ee
ShuhaoZhangTony
committed
6c274ee
View commit details
Copy full SHA for 6c274ee
Browse repository at this point
feat: upgrade cmake workflow to use Python 3.12
Show description for daa4526
ShuhaoZhangTony
committed
daa4526
View commit details
Copy full SHA for daa4526
Browse repository at this point
refactor: simplify cmake workflow to use system Python
Show description for a3ef242
ShuhaoZhangTony
committed
a3ef242
View commit details
Copy full SHA for a3ef242
Browse repository at this point
fix: correct wheel import test to use PyAMM module name
Show description for 2d4d799
ShuhaoZhangTony
committed
2d4d799
View commit details
Copy full SHA for 2d4d799
Browse repository at this point
You can’t perform that action at this time.