-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed errors by upper-case of model name, and changed the description (…
…#82) * fix a glm tokenizer bug Signed-off-by: zhaohu xing <[email protected]> * Update tokenizer.py Signed-off-by: Anhforth <[email protected]>
- Loading branch information
1 parent
dee25b7
commit e57557d
Showing
3 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,7 @@ def __getattr__(self, name): | |
} | ||
|
||
|
||
|
||
class AutoLoader: | ||
|
||
def __init__(self, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters