microsoft / onnxruntime-genai

Generative AI extensions for onnxruntime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install --pre onnxruntime-genai

yeyujujishou opened this issue · comments

ERROR: Could not find a version that satisfies the requirement onnxruntime-genai (from versions: none)
ERROR: No matching distribution found for onnxruntime-genai

Tasks

No tasks being tracked yet.

Could you try updating the pip. pip install --upgrade pip

Same here, can't install it

What is your Python version and what do you see when you run the following Python code?

import platform
print(platform.machine())
print(platform.version())
print(platform.platform())
print(platform.system())
print(platform.processor())