Skip to content

Commit f6adff5

Browse files
committed
removing scgpt
1 parent 7c785a6 commit f6adff5

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

src/methods/scgpt_finetuned/config.vsh.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ engines:
3737
- type: docker
3838
image: openproblems/base_pytorch_nvidia:1
3939
setup:
40+
- type: python
41+
pypi:
42+
- gdown
43+
- scgpt # Install from PyPI to get dependencies
4044
- type: docker
41-
run: |
42-
git clone https://github.com/bowang-lab/scGPT && \
43-
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 && \
44-
pip install "flash-attn<1.0.5" --no-build-isolation && \
45-
pip install ipykernel pandas scanpy numba "numpy<1.24" torchtext==0.17.0 scib "scvi-tools<1.0" datasets==2.14.5 transformers==4.33.2 wandb "cell-gears<0.0.3" torch_geometric pyarrow==15.0.0 gdown && \
46-
cd scGPT && pip install -e . --no-deps
45+
# Force re-installing from GitHub to get bug fixes
46+
run: pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
4747

4848
runners:
4949
- type: executable

src/methods/scgpt_zeroshot/config.vsh.yaml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,15 @@ engines:
4343
- type: docker
4444
image: openproblems/base_pytorch_nvidia:1
4545
setup:
46+
- type: python
47+
pypi:
48+
- gdown
49+
- scgpt # Install from PyPI to get dependencies
50+
- faiss-cpu # TODO: Try installing faiss-gpu
4651
- type: docker
52+
# Force re-installing from GitHub to get bug fixes
4753
run: |
48-
git clone https://github.com/bowang-lab/scGPT && \
49-
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 && \
50-
pip install "flash-attn<1.0.5" --no-build-isolation && \
51-
pip install ipykernel pandas scanpy numba "numpy<1.24" torchtext==0.17.0 scib "scvi-tools<1.0" datasets==2.14.5 transformers==4.33.2 wandb "cell-gears<0.0.3" torch_geometric pyarrow==15.0.0 gdown && \
52-
cd scGPT && pip install -e . --no-deps
53-
# - type: python
54-
# pypi:
55-
# - gdown
56-
# - scgpt # Install from PyPI to get dependencies
57-
# - faiss-cpu # TODO: Try installing faiss-gpu
58-
# - type: docker
59-
# # Force re-installing from GitHub to get bug fixes
60-
# run: |
61-
# pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
54+
pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
6255
6356
runners:
6457
- type: executable

0 commit comments

Comments
 (0)