# Links Reference for WACV Supplementary Materials

## PyTorch Installation
https://download.pytorch.org/whl/cu118
https://download.pytorch.org/whl/torch_stable.html

## URL Placeholders Used in Code
- [PyTorch_CUDA_URL] → https://download.pytorch.org/whl/cu118
- [PyTorch_Wheel_URL] → https://download.pytorch.org/whl/torch_stable.html
- [ScreenSpot_v2_URL] → https://huggingface.co/datasets/u8nXq3zW/ScreenSpot-v2
- [UGround_V1_8k_URL] → https://huggingface.co/datasets/u8nXq3zW/UGround-V1-8k
- [ShowUI_Web_8k_URL] → https://huggingface.co/datasets/u8nXq3zW/ShowUI-web-8k
- [ShowUI_Desktop_URL] → https://huggingface.co/datasets/[SHOWLAB_ORG]/ShowUI-desktop
- [AMEX_8k_URL] → https://huggingface.co/datasets/u8nXq3zW/AMEX-8k
- [SAMPLE_IMAGE_URL] → https://www.ilankelman.org/stopsigns/australia.jpg
- [SCREENSPOT_AUTHOR] → KevinQHLin
- [SHOWLAB_ORG] → showlab
- [LINKEDIN_ORG] → linkedin
- [LIGHTNING_AI_ORG] → Lightning-AI
- [SEECLICK_AUTHOR] → njucckevin
- [SCREENSPOT_PRO_AUTHOR] → likaixin2000

## Dataset Links
### ScreenSpot Datasets
https://huggingface.co/datasets/[SCREENSPOT_AUTHOR]/ScreenSpot
https://huggingface.co/datasets/u8nXq3zW/ScreenSpot-v2

### Training Datasets
https://huggingface.co/datasets/u8nXq3zW/UGround-V1-8k
https://huggingface.co/datasets/u8nXq3zW/ShowUI-web-8k
https://huggingface.co/datasets/[SHOWLAB_ORG]/ShowUI-desktop
https://huggingface.co/datasets/u8nXq3zW/AMEX-8k

## Model Links
### Base Model
https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct

## Tools and Platforms
### Weights & Biases
https://wandb.ai/

### ScreenSpot-Pro Repository
https://github.com/[SCREENSPOT_PRO_AUTHOR]/ScreenSpot-Pro-GUI-Grounding

## Technical References
### SeeClick Repository Reference
- [SEECLICK_REPO_URL] → https://github.com/[SEECLICK_AUTHOR]/SeeClick/blob/main/pretrain/task_prompts.py#L40

### GitHub Issues and Documentation
https://github.com/[LIGHTNING_AI_ORG]/litgpt/issues/327
https://github.com/[LINKEDIN_ORG]/Liger-Kernel
https://github.com/huggingface/transformers/pull/34852
https://github.com/huggingface/transformers/pull/29285

### PyTorch Documentation and Issues
- [PYTORCH_ISSUES_112577] → https://github.com/pytorch/pytorch/issues/112577
- [PYTORCH_ISSUES_110213] → https://github.com/pytorch/pytorch/issues/110213

### Flash Attention References
- [FLASH_ATTENTION_RELEASE] → https://github.com/Dao-AILab/flash-attention/releases/tag/v2.1.0

### Apache License
- [APACHE_LICENSE] → http://www.apache.org/licenses/LICENSE-2.0

### Academic Paper References
- [ARXIV_2305_13245] → https://arxiv.org/pdf/2305.13245.pdf
- [ARXIV_1910_13461] → https://arxiv.org/abs/1910.13461
- [QWEN2_VL_BLOG] → https://qwenlm.github.io/blog/qwen2-vl/

## PyTorch Documentation
https://pytorch.org/docs/stable/nn.html#torch.nn.Module

### Sample Image URL (for documentation examples)
https://www.ilankelman.org/stopsigns/australia.jpg

