Skip to content

Commit

Permalink
adding debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy Vu2 committed Nov 15, 2024
1 parent 9f3387a commit fe541ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def __init__(
print("vocab_file: ", vocab_file)
print("use_fast: ", use_fast)
print("trust_remote_code: ", trust_remote_code)
import os
print("os.path.exists(vocab_file): ", os.path.exists(vocab_file))
try:
import subprocess
result = subprocess.run(['ls ' + vocab_file], capture_output=True, text=True)
Expand Down

0 comments on commit fe541ed

Please sign in to comment.