-
Notifications
You must be signed in to change notification settings - Fork 55
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
add testing for example folder #287
Changes from 29 commits
24c77f9
197c721
9cc5264
a2ee6b4
5a04419
bb37c05
0f22db1
0616bf2
c19915b
b273a08
be34484
cc3b6dc
dcc1197
c45ffa1
709cbfd
738c125
f8ac631
f61ed47
ebdc70a
83c4c9f
2fb106b
755c19d
49a5f70
32fb3ed
db02e45
5efae05
5d98048
b7b8dbb
9fdb506
0ab2c0e
9bcf170
7c5fe6e
4e025cf
abbfbd6
002a48a
5122098
dbbed90
3cd0519
de90f7e
0faf284
fc7246c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,4 @@ backend: | |
device: cpu | ||
no_weights: false | ||
export: true | ||
torch_dtype: bfloat16 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. removed because There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I prefer testing on a more advanced cpu machine, but minimal in terms of size / vCPUs. |
||
model: bert-base-uncased |
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.
This takes forever because the CPU for testing
ubuntu-latest
is not the most optimal for the CI, I think. Maybe we should also update the machine that run those testsThere 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.
what about this, let's only run the example test if "example" is in the tags