diff --git a/examples/python/chat-e2e-example.sh b/examples/python/qa-e2e-example.sh similarity index 74% rename from examples/python/chat-e2e-example.sh rename to examples/python/qa-e2e-example.sh index 3245b246f..55f3b57a7 100755 --- a/examples/python/chat-e2e-example.sh +++ b/examples/python/qa-e2e-example.sh @@ -1,3 +1,3 @@ # Description: Example of chatbot end-to-end usage, including model building and running. python3 -m onnxruntime_genai.models.builder -m microsoft/phi-2 -o genai_models/phi2-int4-cpu -p int4 -e cpu -c hf_cache -python3 model-chat.py -m genai_models/phi2-int4-cpu -ep cpu -p 0.0 -k 1 \ No newline at end of file +python3 model-qa.py -m genai_models/phi2-int4-cpu -ep cpu -p 0.0 -k 1