-
Notifications
You must be signed in to change notification settings - Fork 65
UT refactor for preview #1160
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
base: main
Are you sure you want to change the base?
UT refactor for preview #1160
Conversation
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: sys-lpot-val <sys_lpot_val@intel.com> Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
| # install AutoRound | ||
| cd ${REPO_PATH} | ||
| pip uninstall auto-round -y | ||
| uv pip install torch==2.8.0 torchvision |
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 would be better to run most UTs on the latest version, while maintaining a specific environment for those that have known issues.
|
found this issue when building tiny VLM: huggingface/transformers#43005 |
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
luoyu-intel
left a comment
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.
ARK test looks OK
dataloaderfixture to initialize it, ensuring it is initialized only once.tiny_opt_model(three layers),opt_model(for accurcay),opt_tokenizerfor easy-of-usehelper.pyfor common usage.fixturesandhelpermodule.Co-authors: @n1ck-guo @XuehaoSun