Skip to content

Commit

Permalink
whitelist einops (#2060)
Browse files Browse the repository at this point in the history
## Changes
whitelist einops

### Linked issues
Progresses #1901 

### Functionality 
None

### Tests
- [x] manually tested

Co-authored-by: Eric Vergnaud <[email protected]>
  • Loading branch information
ericvergnaud and ericvergnaud authored Jul 9, 2024
1 parent eb5c364 commit 3610726
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,26 @@
"emmv": {
"emmv": []
},
"einops": {
"einops": [],
"einops._backends": [],
"einops._torch_specific": [],
"einops.array_api": [],
"einops.einops": [],
"einops.experimental": [],
"einops.experimental.indexing": [],
"einops.layers": [],
"einops.layers._einmix": [],
"einops.layers.chainer": [],
"einops.layers.flax": [],
"einops.layers.keras": [],
"einops.layers.oneflow": [],
"einops.layers.paddle": [],
"einops.layers.tensorflow": [],
"einops.layers.torch": [],
"einops.packing": [],
"einops.parsing": []
},
"entrypoints": {
"entrypoints": []
},
Expand Down

0 comments on commit 3610726

Please sign in to comment.