From 9885ec2b2e1fa6b52f80157c09775558baae4254 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Wed, 1 Feb 2023 17:54:03 +0800 Subject: [PATCH] [git] remove invalid submodule (#2540) --- .gitmodules | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1e7631bd8..63387570a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,3 @@ -[submodule "benchmark"] - path = benchmark - url = https://github.com/hpcaitech/ColossalAI-Benchmark.git - branch = main -[submodule "examples"] - path = examples - url = https://github.com/hpcaitech/ColossalAI-Examples.git - branch = main - [submodule "inference"] path = inference url = https://github.com/hpcaitech/EnergonAI.git