Minor config tweaks (#246)
Ignore import warnings in hubconf and trigger lint workflow on PR.pull/237/head
parent
9a4564ce5e
commit
b507fbcf50
|
@ -6,8 +6,7 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 'gh/**'
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run-linters:
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
# This source code is licensed under the Apache License, Version 2.0
|
||||
# found in the LICENSE file in the root directory of this source tree.
|
||||
|
||||
import torch.nn as nn
|
||||
|
||||
_DINOV2_BASE_URL = "https://dl.fbaipublicfiles.com/dinov2"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue