autodistill / autodistill-qwen-vl

Qwen-VL base model for use with Autodistill.
https://docs.autodistill.com
Other
0 stars 0 forks source link

ERROR: Could not find a version that satisfies the requirement autodistill-qwen-vl (from versions: none) ERROR: No matching distribution found for autodistill-qwen-vl #1

Open sulaiman1988 opened 5 months ago

sulaiman1988 commented 5 months ago

This error happens when tried to run this command for install autodistill qwen : pip3 install autodistill-qwen-vl

privvyledge commented 2 months ago

This package does not have a pip release, but here are my steps to run it.

  1. Install python dependencies: python3 -m pip install tiktoken transformers_stream_generator
  2. Clone this repository and navigate to the directory: git clone https://github.com/autodistill/autodistill-qwen-vl.git && cd autodistill-qwen-vl
  3. Install the package: python3 setup.py install