-
Notifications
You must be signed in to change notification settings - Fork 791
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
refactor: asign runner name #2139
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2139 +/- ##
==========================================
- Coverage 45.85% 45.81% -0.04%
==========================================
Files 93 93
Lines 7799 7893 +94
==========================================
+ Hits 3576 3616 +40
- Misses 4223 4277 +54
|
import pandas as pd | ||
import psutil | ||
import pytest | ||
import torch.nn as nn | ||
import pytorch_lightning as pl | ||
import setuptools # type: ignore[reportUnusedImport] noqa: F401 |
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.
import setuptools # type: ignore[reportUnusedImport] noqa: F401 | |
import setuptools # type: ignore[reportUnusedImport] # noqa: F401 |
|
||
import bentoml | ||
from tests.utils.helpers import assert_have_file_extension | ||
|
||
import torch # isort:skip |
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.
?
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.
try to fix this pypa/setuptools#2230 but not work. will ignore it
* refactor: runner name * fix * fix for transformers
Description
Motivation and Context
How Has This Been Tested?
Checklist:
./dev/format.sh
and./dev/lint.sh
script have passed(instructions).