What are the steps to deploy Skywork-R1V locally?

Question

Answers ( 1 )

    0
    2025-04-01T05:35:23+00:00

    1. Clone the repository:
    `git clone https://github.com/SkyworkAI/Skywork-R1V`
    2. Install dependencies:
    `pip install -r requirements.txt`
    `pip install flash-attn --no-build-isolation`
    3. Run inference:
    `CUDA_VISIBLE_DEVICES="0,1" python inference_with_transformers.py --model_path [path] --image_paths [image_path] --question "your question"`

Leave an answer