Fix relative imports to allow direct execution of inference.py
#1
by
beleata74 - opened
This PR removes relative dots from the local imports in inference.py, codec.py, tokenizer.py, and model.py which were causing ImportError when running inference.py directly from the command line.