From 82a944910d9e804c5b34f01385571f88e4781dd0 Mon Sep 17 00:00:00 2001 From: Wovchena Date: Wed, 22 May 2024 19:19:18 +0400 Subject: [PATCH] remove submodules from .gitmodules --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 937468fb64..f72fd83489 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ [submodule "thirdparty/openvino_tokenizers"] path = thirdparty/openvino_tokenizers url = https://github.com/openvinotoolkit/openvino_tokenizers.git -[submodule "thirdparty/nlohmann_json"] - path = thirdparty/nlohmann_json - url = https://github.com/nlohmann/json.git -[submodule "thirdparty/Jinja2Cpp"] - path = thirdparty/Jinja2Cpp - url = https://github.com/jinja2cpp/Jinja2Cpp