We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 mentioned in quick start doesn't exist :(
git clone https://github.com/YifeiZhou02/llava_webagent -b release
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Repository mentioned in quick start doesn't exist :(
git clone https://github.com/YifeiZhou02/llava_webagent -b release
The text was updated successfully, but these errors were encountered: