Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repository 'https://github.com/YifeiZhou02/llava_webagent/' not found #6

Open
adamdelezuch89 opened this issue Dec 27, 2024 · 1 comment

Comments

@adamdelezuch89
Copy link

Repository mentioned in quick start doesn't exist :(

git clone https://github.com/YifeiZhou02/llava_webagent -b release

@YifeiZhou02
Copy link

conda create -n pae python==3.10
conda activate pae

git clone https://github.com/amazon-science/PAE
cd PAE

# Install PAE
pip install -e .

# Install LLaVA
git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA
pip install -e .
pip install -e ".[train]"
pip install flash-attn==2.5.9.post1 --no-build-isolation

Here is an updated quickstart with the correct github link, thanks for catching this! We will also update this to the main README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants