summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-03-31 09:22:18 +0000
committerCoprDistGit <infra@openeuler.org>2024-03-31 09:22:18 +0000
commitf9e519abb5e29b8d00283dac4f31ddb48b9ae46e (patch)
tree8633e3caf5d92fbe89b1329f4f55cecfda91a32a
parent9ba2cf4d205609f17a595787a8a47c3ca495dc65 (diff)
automatic import of python-torchtext
-rw-r--r--python-torchtext.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-torchtext.spec b/python-torchtext.spec
index af32c42..53e0386 100644
--- a/python-torchtext.spec
+++ b/python-torchtext.spec
@@ -39,7 +39,7 @@ Models, data loaders and abstractions for language processing, powered by PyTorc
%autosetup -p1 -n text-%{pypi_version}
rm -rf third_party/*
mkdir third_party/sentencepiece
-unzip ../%{SOURCE1} -d third_party/sentencepiece
+unzip %{SOURCE1} -d third_party/sentencepiece
%build
%py3_build