Virtual Adaptive Offloading System (vAOS-Engine)
The vAOS-Engine is a lightweight, PyTorch-native runtime controller designed to break the GPU Memory Wall on consumer-grade hardware (e.g., 6GB VRAM laptops).
By virtualizing host CPU RAM as an OS-bypass mmap pool, dynamically scheduling asynchronous PCIe transfers, and utilizing late-stage register-level INT4 dequantization, vAOS allows you to train Massive Transformer models that natively trigger Out-Of-Memory (OOM) crashes.
Quick Start
import torch
from src.api import evaluate_system
from my_models import HeavyTransformer
model = HeavyTransformer()
evaluate_system(model, dummy_inputs, dummy_targets, criterion)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vaos_engine-0.1.0.tar.gz.
File metadata
- Download URL: vaos_engine-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a98b8c7f68dba51646e2482a07da98e2278cf8be17e11b1507a8f53451d6254
|
|
| MD5 |
d9aa7b89908bb45c569a7f710782dfd8
|
|
| BLAKE2b-256 |
c9ecd886660bb2758d8e43a3375695b6e1f0fb1b9523eb6a90a70bc604ec1bf3
|
File details
Details for the file vaos_engine-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vaos_engine-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94b01f051dd27c961a7c4924f7871b35eda6f8074801f322e667f779ef4307c5
|
|
| MD5 |
6f61a02fb20113e794a90e667fb0e67a
|
|
| BLAKE2b-256 |
1e3f4cae0563db16b1e86fb780e161e4b82e6525091a1528878190bd7927a84e
|