Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,17 @@
tests_path: tests/vla-fine-tuning/
command: bash tests.sh
timeout_in_sec: 900

# owner: suman
- name: ray-workshop-2026
emoji: 🎓
title: "Ray Workshop: Build and Scale AI with Ray"
description: Hands-on workshop covering Ray Core, Ray Data, Ray Train, and Ray Serve through four progressive modules.
dir: templates/ray-workshop-2026
cluster_env:
byod:
docker_image: anyscale/ray-llm:2.54.0-py311-cu128
ray_version: 2.54.0
compute_config:
AWS: configs/ray-workshop-2026/aws.yaml
GCP: configs/ray-workshop-2026/gce.yaml
12 changes: 12 additions & 0 deletions configs/ray-workshop-2026/aws.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
head_node_type:
name: head
instance_type: m5.2xlarge

worker_node_types:
- instance_type: g6.2xlarge
name: '1xL4:8CPU-32GB'
min_workers: 2
max_workers: 2

flags:
allow-cross-zone-autoscaling: true
12 changes: 12 additions & 0 deletions configs/ray-workshop-2026/gce.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
head_node_type:
name: head
instance_type: n2-standard-8

worker_node_types:
- instance_type: g2-standard-8-nvidia-l4-1
name: '1xL4:8CPU-32GB'
min_workers: 2
max_workers: 2

flags:
allow-cross-zone-autoscaling: true
Loading
Loading