Browse Source
Eable acc
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
nn_fingerprint.py
|
@ -42,7 +42,7 @@ log = logging.getLogger('nnfp_op') |
|
|
log.setLevel(logging.ERROR) |
|
|
log.setLevel(logging.ERROR) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# @accelerate |
|
|
|
|
|
|
|
|
@accelerate |
|
|
class Model: |
|
|
class Model: |
|
|
def __init__(self, params, device='cpu', model_path=None): |
|
|
def __init__(self, params, device='cpu', model_path=None): |
|
|
self.device = device |
|
|
self.device = device |
|
|