https://github.com/prokil/eaifoundation
https://github.com/prokil/eaifoundation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prokil/eaifoundation
- Owner: ProKil
- License: apache-2.0
- Created: 2024-04-15T16:16:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T16:21:14.000Z (about 2 years ago)
- Last Synced: 2025-01-08T05:34:36.440Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```bash
export MY_ENV_NAME=allenact-foundation
export CONDA_BASE="$(dirname $(dirname "${CONDA_EXE}"))"
export PIP_SRC="${CONDA_BASE}/envs/${MY_ENV_NAME}/pipsrc"
conda env create --file ./environment-gpu.yml --name $MY_ENV_NAME
conda activate $MY_ENV_NAME
pip install -e .
pip install -r requirements.txt
pip install imageio==2.4.1 # ai2thor-colab
cd t5x; pip install -e .; cd ..
pip install --editable=git+https://github.com/openai/CLIP.git@e184f608c5d5e58165682f7c332c3a8b4c1545f2#egg=clip
```