Views
No views yet
1conda create -n onnx python=3.10
2conda activate onnxwinget install -e --id GitHub.GitLFSpip install huggingface-hub[cli]huggingface-cli download EmbeddedLLM/openchat-3.6-8b-20240522-onnx --include="onnx/directml/*" --local-dir .\openchat-3.6-8b-20240522-onnx1pip install numpy==1.26.4
2pip install onnxruntime-directml
3pip install --pre onnxruntime-genai-directmlconda install conda-forge::vs2015_runtimeInvoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py" -OutFile "phi3-qa.py"python phi3-qa.py -m .\openchat-3.6-8b-20240522-onnx@article{wang2023openchat,
title={OpenChat: Advancing Open-source Language Models with Mixed-Quality Data},
author={Wang, Guan and Cheng, Sijie and Zhan, Xianyuan and Li, Xiangang and Song, Sen and Liu, Yang},
journal={arXiv preprint arXiv:2309.11235},
year={2023}
}