LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!
Project description
title: lisa + gradio + fastapi + ZeroGPU emoji: ⚡ colorFrom: red colorTo: purple sdk: gradio sdk_version: 4.40.0 app_file: app.py pinned: true
LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!
Exec jupyter on the remote server with port forwarding on localhost
- checkout repo, install venv with jupyter
- port forwarding in localhost wiht private key:
ssh -i /path/to/private_key name@endpoint.com -L 8889:localhost:8889 -N -f
- start the jupyter-lab server
- connect to page in localhost
Commands to work on remote virtual machines (e.g. SaturnCloud) after clone and git lfs install
cd ~/workspace/lisa-on-cuda/
rm -rf lisa_venv
python3 -m venv lisa_venv
ln -s lisa_venv/ venv
source venv/bin/activate
pip --version
which python
python -m pip install pip wheel --upgrade
python -m pip install pytest pytest-cov jupyterlab
python -m pip install -r requirements.txt
nohup jupyter-lab &
tail -F nohup.out
Jupyterlab Howto
To run the test.ipynb
notebook you should already:
- cloned project https://huggingface.co/spaces/aletrn/lisa-on-cuda with active git lfs
- created and activated a virtualenv
- installed jupyterlab dependencies from requirements_jupyter.txt
- installed dependencies from requirements.txt
Hardware requirements for local usage
- an nvidia gpu with 10 or 12GB of memory (a T4 should suffice)
- at least 16GB of system ram
Hardware requirements on huggingface ZeroGPU
Right now (July 2024) huggingface let use ZeroGPU Nvidia A100 GPUs.
See LISA for details on the original project. Note that the authors don't keep the project updated anymore.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lisa_on_cuda-1.4.1.tar.gz
(96.5 kB
view hashes)
Built Distribution
lisa_on_cuda-1.4.1-py3-none-any.whl
(118.6 kB
view hashes)
Close
Hashes for lisa_on_cuda-1.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9b9c3cccf568130de8dcdb8888071341f313a0659a657f24092fe1f42fcc76e |
|
MD5 | b5fe35d1f574d87484b42984daa3a009 |
|
BLAKE2b-256 | 109f49333658861bcfaeba3ca35fe5558b22f0386022d1c88c8b352e7b5b36d6 |