File: control

package info (click to toggle)
pytorch-text 0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,560 kB
  • sloc: python: 14,197; cpp: 2,404; sh: 214; makefile: 20
file content (39 lines) | stat: -rw-r--r-- 1,436 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: pytorch-text
Section: science
Homepage: https://github.com/pytorch/text
Priority: optional
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-text.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-text
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               ninja-build,
               dh-python,
               python3-all,
               python3-nltk,
               python3-pytest,
               python3-requests,
               python3-sentencepiece,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-torch (>= 1.12.0~),
               python3-tqdm,
               libre2-dev, libdouble-conversion-dev, libtorch-dev,
               pybind11-dev,
               libsentencepiece-dev,
X-Python3-Version: 3.11

Package: python3-torchtext
Architecture: any
Depends: python3-torch, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: python3-nltk
Description: Data loaders and abstractions for text and NLP
 This package consists of:
 .
  * torchtext.data: Generic data loaders, abstractions, and iterators for
    text (including vocabulary and word vectors)
  * torchtext.datasets: Pre-built loaders for common NLP datasets