From db00b43c7b83986edd90ed1875ca85b477389826 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 20 Feb 2025 08:03:57 -0800 Subject: [PATCH] cuda_swarm -> examples --- cuda_swarm.py => examples/cuda_swarm.py | 0 open_scientist.py => examples/open_scientist.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cuda_swarm.py => examples/cuda_swarm.py (100%) rename open_scientist.py => examples/open_scientist.py (100%) diff --git a/cuda_swarm.py b/examples/cuda_swarm.py similarity index 100% rename from cuda_swarm.py rename to examples/cuda_swarm.py diff --git a/open_scientist.py b/examples/open_scientist.py similarity index 100% rename from open_scientist.py rename to examples/open_scientist.py