Skip to content
Closed
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
1 change: 0 additions & 1 deletion .github/workflows/test-gpu-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
timeout 12m cargo nextest run --workspace --profile ci \
--exclude monarch_messages \
--exclude monarch_tensor_worker \
--exclude monarch_simulator_lib \
--exclude torch-sys \
--exclude torch-sys-cuda
# Copy the test results to the expected location
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ python/monarch.egg-info/*
build/*
dist/*
monarch.egg-info/*
python/monarch/monarch_controller

.ipynb_checkpoints
.monarch
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
resolver = "2"
members = [
"build_utils",
"controller",
"cuda-sys",
"erased_lifetime",
"hyper",
Expand All @@ -18,7 +17,6 @@ members = [
"monarch_messages",
"monarch_perfetto_trace",
"monarch_rdma",
"monarch_simulator",
"monarch_tensor_worker",
"monarch_types",
"nccl-sys",
Expand Down
43 changes: 0 additions & 43 deletions controller/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions controller/build.rs

This file was deleted.

Loading
Loading