Skip to content

Commit bd92aca

Browse files
authored
Fixed Import (#245)
1 parent 7125a24 commit bd92aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keras_nlp/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
from keras_nlp.utils.text_generation import greedy_search
1616
from keras_nlp.utils.text_generation import random_search
1717
from keras_nlp.utils.text_generation import top_k_search
18+
from keras_nlp.utils.text_generation import top_p_search

0 commit comments

Comments
 (0)