From c8ca2e43ea509cb0242e2f86511275648ac1db8b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 05:59:00 +0000 Subject: automatic import of torchtext --- torchtext.spec | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 torchtext.spec (limited to 'torchtext.spec') diff --git a/torchtext.spec b/torchtext.spec deleted file mode 100644 index ca2fc33..0000000 --- a/torchtext.spec +++ /dev/null @@ -1,54 +0,0 @@ -Name: torchtext -Version: 0.16.2 -Release: 1%{?dist} -Summary: Natural Language Processing library for PyTorch - -License: BSD -URL: https://github.com/pytorch/text -Source0: https://github.com/pytorch/text/archive/v%{version}.tar.gz - - -BuildRequires: cmake -BuildRequires: ninja-build -BuildRequires: utf8proc-devel -BuildRequires: re2-devel -BuildRequires: double-conversion-devel -BuildRequires: sentencepiece - -BuildRequires: python3-numpy -BuildRequires: python3-scipy -BuildRequires: python3-scikit-learn -BuildRequires: python3-tqdm -BuildRequires: python3-requests -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-setuptools_scm -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel -BuildRequires: python3-hatchling - -BuildRequires: python3-pytorch - -%description -torchtext is a Natural Language Processing (NLP) library for PyTorch. It provides data -processing, datasets, and models for tasks such as text classification, language -modeling, and sequence-to-sequence learning. - -%prep -%autosetup -n text-%{commit} - -%build -%py3_build - -%install -%py3_install - -%files -%doc *.md -%license LICENSE -%{python3_sitearch}/* - -%changelog -* Mon Apr 15 2024 chelsey<20011128@gmail.com> -- Initial package -- cgit v1.2.3