| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Examples for the modern Datalayer platform: managed agents for data analysis with governed execution, durable runtimes, and reproducible outputs.
Use this repository to explore:
Read more on datalayer.ai and in the documentation.
pip install datalayer
git clone https://github.com/datalayer/examples.git datalayer-examples
cd datalayer-examples
jupyter labYou can run existing notebooks as-is, then attach local or remote runtimes from JupyterLab.
The pytorch folder includes practical PyTorch baselines, starting with matrix multiplication for CPU/GPU throughput analysis.
It is useful to:
The ray folder contains Python scripts designed to be submitted with the Datalayer Ray CLI (datalayer ray jobs submit --py @...).
Included examples:
The evals folder contains SDK examples for both run modes:
Run them with the packaged make targets:
cd evals
make help
make evals-batch-local
make evals-batch-cloud
make evals-interactive-local
make evals-interactive-cloud
make evals-batch-local-proxy
make evals-interactive-local-proxyDatalayer supports remote code execution through the CLI and integrates with managed runtimes and Ray workflows.
See CLI docs and the Ray examples for end-to-end commands.
CLI Remote ExecutionWhen using the same Kernel, variables defined in a notebook can be reused in the CLI and vice versa.
Datalayer supports cell-specific runtimes so you can run specific cells on different compute targets.
This lets you optimize cost and performance, for example by using local CPU for data prep and remote GPU for intensive cells.
Cell runtime executionThe remote GPU runtime is used only for the duration of selected cell computation.
| Back | FazBrowse Home | New Git URL |