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 }}
shift
/
FerrisRes
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: shift/FerrisRes
Actions
All workflows
Workflows
CI
CI
Release
Release
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
242 workflow runs
242 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix: eliminate 3rd forward pass in distillation (hidden state MSE) (#74)
CI
#235:
Commit
ff98a05
pushed by
shift
3m 55s
main
main
3m 55s
View workflow file
fix: eliminate 3rd forward pass in distillation
CI
#234:
Pull request
#74
opened by
shift
2m 47s
fix/distill-triple-forward
fix/distill-triple-forward
2m 47s
View #74
View workflow file
fix: remove distillation double-forward (2× cost) (#73)
CI
#233:
Commit
cae68a0
pushed by
shift
3m 58s
main
main
3m 58s
View workflow file
fix: remove distillation double-forward (2× cost)
CI
#232:
Pull request
#73
opened by
shift
2m 1s
fix/distill-double-forward
fix/distill-double-forward
2m 1s
View #73
View workflow file
feat: VRAM-resident weight uploads for GPU decode (#72)
CI
#231:
Commit
ec81f42
pushed by
shift
3m 23s
main
main
3m 23s
View workflow file
feat: VRAM-resident weight uploads for GPU decode
CI
#230:
Pull request
#72
opened by
shift
2m 11s
feat/gpu-vram-resident
feat/gpu-vram-resident
2m 11s
View #72
View workflow file
feat: GpuWeightCache — pre-compute packed weights once for sustained …
CI
#229:
Commit
cb48042
pushed by
shift
3m 39s
main
main
3m 39s
View workflow file
feat: GpuWeightCache — eliminate per-step weight repacking
CI
#228:
Pull request
#71
opened by
shift
2m 35s
feat/gpu-resident-weights
feat/gpu-resident-weights
2m 35s
View #71
View workflow file
feat: GPU ternary decode + wire GPU into --student infer (#70)
CI
#227:
Commit
eff89a8
pushed by
shift
3m 51s
main
main
3m 51s
View workflow file
feat: GPU ternary decode + wire GPU into --student infer
CI
#226:
Pull request
#70
opened by
shift
2m 10s
feat/gpu-student-infer
feat/gpu-student-infer
2m 10s
View #70
View workflow file
fix: LoRA gradient stride mismatch + GPU ternary forward (#69)
CI
#225:
Commit
c2ce5cf
pushed by
shift
4m 1s
main
main
4m 1s
View workflow file
fix: LoRA gradient stride + GPU ternary student forward
CI
#224:
Pull request
#69
opened by
shift
2m 0s
feat/gpu-ternary-student
feat/gpu-ternary-student
2m 0s
View #69
View workflow file
feat: --lora-path flag for merge-then-quantize inference (#68)
CI
#223:
Commit
e10d165
pushed by
shift
3m 31s
main
main
3m 31s
View workflow file
feat: --lora-path flag for merge-then-quantize inference
CI
#222:
Pull request
#68
opened by
shift
2m 5s
feat/lora-inference-path
feat/lora-inference-path
2m 5s
View #68
View workflow file
fix: revert ternary_matmul to split-accumulator pattern (#67)
CI
#221:
Commit
39b5916
pushed by
shift
4m 53s
main
main
4m 53s
View workflow file
fix: Revert ternary_matmul to split-accumulator pattern
CI
#220:
Pull request
#67
opened by
shift
2m 42s
fix/ternary-inner-loop-perf
fix/ternary-inner-loop-perf
2m 42s
View #67
View workflow file
feat: packed ternary matmul + branchless inner loop for decode (#66)
CI
#219:
Commit
01fb7c9
pushed by
shift
3m 55s
main
main
3m 55s
View workflow file
feat: Packed ternary matmul + branchless inner loop
CI
#218:
Pull request
#66
opened by
shift
3m 10s
feat/branchless-ternary-inner-loop
feat/branchless-ternary-inner-loop
3m 10s
View #66
View workflow file
feat: packed ternary matmul for decode — 4× less memory bandwidth (#65)
CI
#217:
Commit
dea86a1
pushed by
shift
4m 52s
main
main
4m 52s
View workflow file
feat: Packed ternary matmul for decode — 4× memory bandwidth reduction
CI
#216:
Pull request
#65
opened by
shift
2m 0s
feat/optimized-ternary-matmul
feat/optimized-ternary-matmul
2m 0s
View #65
View workflow file
feat: parallel ternary matmul in decode path — rayon across output ro…
CI
#215:
Commit
6262a97
pushed by
shift
3m 56s
main
main
3m 56s
View workflow file
feat: Parallel ternary matmul in decode path
CI
#214:
Pull request
#64
opened by
shift
2m 49s
feat/parallel-decode
feat/parallel-decode
2m 49s
View #64
View workflow file
fix: revert rayon from weight conversion — 63% slower due to memory c…
CI
#213:
Commit
7348c1d
pushed by
shift
3m 51s
main
main
3m 51s
View workflow file
fix: Revert rayon from weight conversion (63% slower)
CI
#212:
Pull request
#63
opened by
shift
1m 54s
fix/prefill-conversion-regression
fix/prefill-conversion-regression
1m 54s
View #63
View workflow file
feat: parallel ternary conversion + rayon matmul (#62)
CI
#211:
Commit
a9d826e
pushed by
shift
4m 37s
main
main
4m 37s
View workflow file
Previous
1
2
3
4
5
…
9
10
Next
You can’t perform that action at this time.