-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phi-3 and Llama-3 tutorial #190
base: master
Are you sure you want to change the base?
Conversation
phi3-finetune/environment/Dockerfile
Outdated
@@ -0,0 +1,14 @@ | |||
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py38-torch220 | |||
|
|||
RUN pip uninstall onnxruntime-training -y && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACPT has a 1.18.0 onnxruntime-training package. Doesn't it support Phi-3 model? Why is the package re-installed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should work. Let me give that a try
@jingyanwangms |
Add phi-3 tutorial on AML and stand alone machine