We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34fd09 commit 4a08504Copy full SHA for 4a08504
scripts/rehome-census.sh
@@ -23,8 +23,8 @@ git filter-repo \
23
cd ..
24
25
# Create a TileDB-SOMA clone, filter to files/commits relevant to PyTorch loaders:
26
-git clone -o origin git@github.com:single-cell-data/TileDB-SOMA.git soma-pytorch && cd soma-pytorch
27
-git reset --hard origin/bkmartinjr/experimentdatapipe
+git clone -o origin -b bkmartinjr/experimentdatapipe git@github.com:single-cell-data/TileDB-SOMA.git soma-pytorch && cd soma-pytorch
+git branch -m main
28
git filter-repo --force \
29
--path other_packages \
30
--path apis/python/src/tiledbsoma/ml \
0 commit comments