blob: 9adbb88f4916bcbb70901ad141a23e750016e204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 97bd4137627d7984d41a2ad7ab983ce1152f2546 Mon Sep 17 00:00:00 2001
From: binsz <274620705z@gmail.com>
Date: Sun, 28 Jan 2024 19:54:59 +0800
Subject: [PATCH] manunally add submodule
---
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index d008cb9c9..f4d455a65 100644
--- a/setup.py
+++ b/setup.py
@@ -93,7 +93,7 @@ class clean(distutils.command.clean.clean):
shutil.rmtree(str(path), ignore_errors=True)
-_init_submodule()
+# _init_submodule()
setup_info = dict(
# Metadata
name="torchtext",
--
2.41.0
|