Skip to content

Commit

Permalink
Upd premap_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 2, 2024
1 parent 33295fb commit 0900b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinc/layers/premap_ids.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cdef lookup(PreshMap mapping, int64_t[:] keys, int64_t default):

@registry.layers("premap_ids.v1")
def premap_ids(
mapping_table: Mapping[int32_t, int32_t],
mapping_table: Mapping[int, int],
default: int32_t = 0,
*,
column: Optional[int32_t] = None
Expand Down

0 comments on commit 0900b51

Please sign in to comment.