-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Do such process in github action, so it could has sanity check.
git clone https://github.com/hokindeng/VMEvalKit.git
cd VMEvalKit
git submodule update --init --recursive
cp env.template .env
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
python examples/create_questions.py --task chess maze --pairs-per-domain 5 # for all questions.
- create a.yml in
.github/workflows/
refer https://github.com/pyg-team/pytorch_geometric/blob/master/.github/workflows/testing_full.yml
Metadata
Metadata
Assignees
Labels
No labels