resolve halt while starting up (#3397)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-11-14 13:20:17 +08:00
committed by GitHub
parent 0657a09e2c
commit c5368c7745
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,6 @@ class RagTokenizer:
except Exception:
logger.exception(f"[HUQIE]:Build trie {fnm} failed")
def __init__(self, debug=False):
self.DEBUG = debug
self.DENOMINATOR = 1000000