-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gavin Zhao <[email protected]>
- Loading branch information
1 parent
3199f5e
commit 4d98c79
Showing
2 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name : python-torchdata | ||
version : 0.10.1 | ||
release : 1 | ||
source : | ||
- https://github.com/pytorch/data/archive/refs/tags/v0.10.1.tar.gz : 42f977c6a4a890848ef50c4ce3e01beeec04cc921e3ccc71d941f97de209bbfb | ||
homepage : https://github.com/pytorch/data | ||
license : BSD-3-Clause | ||
component : programming.python | ||
summary : Data loading utilites for PyTorch domain libraries | ||
description: | | ||
The TorchData project is an iterative enhancement to the PyTorch torch.utils.data.DataLoader and torch.utils.data.Dataset/IterableDataset to make them scalable, performant dataloading solutions. | ||
builddeps : | ||
- python-build | ||
- python-installer | ||
- python-packaging | ||
- python-wheel | ||
- pytorch | ||
- libtorch-devel | ||
setup : | | ||
echo "%version%" > version.txt | ||
build : | | ||
%python3_setup | ||
install : | | ||
%python3_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<PISI> | ||
<Source> | ||
<Name>python-torchdata</Name> | ||
<Homepage>https://github.com/pytorch/data</Homepage> | ||
<Packager> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>BSD-3-Clause</License> | ||
<PartOf>programming.python</PartOf> | ||
<Summary xml:lang="en">Data loading utilites for PyTorch domain libraries</Summary> | ||
<Description xml:lang="en">The TorchData project is an iterative enhancement to the PyTorch torch.utils.data.DataLoader and torch.utils.data.Dataset/IterableDataset to make them scalable, performant dataloading solutions. | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>python-torchdata</Name> | ||
<Summary xml:lang="en">Data loading utilites for PyTorch domain libraries</Summary> | ||
<Description xml:lang="en">The TorchData project is an iterative enhancement to the PyTorch torch.utils.data.DataLoader and torch.utils.data.Dataset/IterableDataset to make them scalable, performant dataloading solutions. | ||
</Description> | ||
<PartOf>programming.python</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/PKG-INFO</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/SOURCES.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/dependency_links.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/not-zip-safe</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/requires.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata-0.10.1-py3.11.egg-info/top_level.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/__init__.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/__pycache__/__init__.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/__pycache__/version.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__init__.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/__init__.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/_apply_udf.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/_populate_queue.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/adapters.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/base_node.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/batch.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/constants.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/exception_wrapper.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/loader.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/map.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/pin_memory.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/prefetch.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/snapshot_store.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/__pycache__/types.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/_apply_udf.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/_populate_queue.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/adapters.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/base_node.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/batch.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/constants.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/exception_wrapper.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/loader.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/map.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/pin_memory.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/prefetch.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/__init__.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/__pycache__/__init__.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/__pycache__/multi_node_weighted_sampler.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/__pycache__/stop_criteria.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/__pycache__/utils.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/multi_node_weighted_sampler.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/stop_criteria.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/samplers/utils.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/snapshot_store.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/nodes/types.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__init__.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/__init__.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/incremental_state.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/sampler.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/stateful.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/stateful_dataloader.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/__pycache__/worker.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/incremental_state.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/sampler.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/stateful.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/stateful_dataloader.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/stateful_dataloader/worker.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/torchdata/version.py</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="1"> | ||
<Date>2024-12-20</Date> | ||
<Version>0.10.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |