Lambda's Interdisciplinary Large Atlas
Project description
LAILA
Lambda's Interdisciplinary Large Atlas
LAILA is a Python platform for unifying training, simulation, and data management into a single computational workflow. It wraps heterogeneous storage backends (S3, GCS, Redis, HDF5, filesystem, and more) behind one consistent API so that memorizing data, recalling it, and orchestrating compute feels the same regardless of where things live.
pip install laila-core
Quick example
import numpy as np
import laila
from laila.pool import S3Pool
# 1. Create a pool (any backend — S3, Redis, HDF5, filesystem, …)
pool = S3Pool(
bucket_name="your-bucket",
access_key_id="YOUR_ACCESS_KEY_ID",
secret_access_key="YOUR_SECRET_ACCESS_KEY",
region_name="us-east-1",
nickname="my_pool",
)
# 2. Register the pool with LAILA's memory system
laila.memory.extend(pool, pool_nickname="my_pool")
# 3. Wrap your data in an Entry
entry = laila.constant(data=np.random.randn(10, 10), nickname="my_matrix")
# 4. Memorize (write) — returns a future you can wait on
future = laila.memorize(entry, pool_nickname="my_pool")
laila.wait(future)
# 5. Remember (read) — reconstruct the entry from storage
recalled = laila.remember(entry.global_id, pool_nickname="my_pool")
laila.wait(recalled)
print(recalled.result.data) # your numpy array, intact
Core concepts
| Concept | What it is |
|---|---|
| Entry | An immutable (constant) or versioned (variable) container for any Python object — tensors, dicts, strings, model weights. Each entry has a deterministic global_id. |
| Pool | A storage backend. LAILA ships with pools for S3, GCS, Azure Blob, Cloudflare R2, Redis, HDF5, filesystem, DuckDB, Postgres, MongoDB, Hugging Face Hub, and SQLite. |
| memorize / remember / forget | The three core verbs. Write, read, and delete entries from any registered pool using the same interface. |
| Future | Async operations return futures. Use laila.status(future), laila.wait(future), or access .result / .exception directly. |
Installation extras
Install only the backends you need:
pip install "laila-core[s3]" # S3 / Cloudflare R2 / Backblaze B2
pip install "laila-core[redis]" # Redis
pip install "laila-core[hdf5]" # HDF5
pip install "laila-core[torch]" # PyTorch tensor support
pip install "laila-core[all]" # everything
Vision
LAILA is intended to serve as an interdisciplinary platform for teams that need to move fluidly between data creation, data storage, model training, and large-scale execution. Rather than treating infrastructure boundaries as the primary abstraction, LAILA focuses on ergonomic syntax and reusable interfaces that let users reason about workflows at a higher level.
This approach makes it easier to:
- organize and manage data across multiple storage systems
- connect compute and memory workflows with less boilerplate
- build distributed pipelines that remain readable and maintainable
- reduce the operational friction between experimentation and production-scale execution
Current release
LAILA is currently in beta 1.0.
The current release includes the command and memory module as the first public component of the broader platform. Interfaces may continue to evolve as the platform expands and real-world usage informs the next stage of development.
Learn more
- Tutorials — progressive walkthroughs from basic entries to full model checkpointing
- API Reference — auto-generated from docstrings
- Examples — end-to-end notebooks covering datasets, multipool setups, and more
Credits
- Creator: Amir Zadeh
- Tutorials and Documentation: Jessica Nicholson
- Acknowledgements: Jason Zhang, Xuweiyi Chen, Connor Alvarez
Project details
Release history Release notifications | RSS feed
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 laila_core-1.0.0b10.tar.gz.
File metadata
- Download URL: laila_core-1.0.0b10.tar.gz
- Upload date:
- Size: 106.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
789168562bcc54c02f7258e94720febe8a14ea51bbe5890ab65a3088aab278f4
|
|
| MD5 |
9d8306a0314810443b4d946f315315d1
|
|
| BLAKE2b-256 |
8defc4003c393c466fa4a376261ef507b2c59bef3f5bf50da26e20908f10a1cb
|
Provenance
The following attestation bundles were made for laila_core-1.0.0b10.tar.gz:
Publisher:
publish-to-pypi.yml on LambdaLabsML/laila-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
laila_core-1.0.0b10.tar.gz -
Subject digest:
789168562bcc54c02f7258e94720febe8a14ea51bbe5890ab65a3088aab278f4 - Sigstore transparency entry: 1258863082
- Sigstore integration time:
-
Permalink:
LambdaLabsML/laila-core@5df58427d6a3676b4395afc432cb3c90e8be1a98 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/LambdaLabsML
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@5df58427d6a3676b4395afc432cb3c90e8be1a98 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file laila_core-1.0.0b10-py3-none-any.whl.
File metadata
- Download URL: laila_core-1.0.0b10-py3-none-any.whl
- Upload date:
- Size: 162.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e553dcffb63fb910bd132072f9fc368a9b33771acb8e08c1fcbb8a6662cec4d
|
|
| MD5 |
a456c87d59f257c128de0185c9552f90
|
|
| BLAKE2b-256 |
377cce2054815ade9f6cf453ab2a0826f7ff453c8ce70710bdad625444df388f
|
Provenance
The following attestation bundles were made for laila_core-1.0.0b10-py3-none-any.whl:
Publisher:
publish-to-pypi.yml on LambdaLabsML/laila-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
laila_core-1.0.0b10-py3-none-any.whl -
Subject digest:
9e553dcffb63fb910bd132072f9fc368a9b33771acb8e08c1fcbb8a6662cec4d - Sigstore transparency entry: 1258863339
- Sigstore integration time:
-
Permalink:
LambdaLabsML/laila-core@5df58427d6a3676b4395afc432cb3c90e8be1a98 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/LambdaLabsML
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@5df58427d6a3676b4395afc432cb3c90e8be1a98 -
Trigger Event:
workflow_dispatch
-
Statement type: