rabukasim / tools /debug /read_log.py
trioskosmos's picture
Upload folder using huggingface_hub
463f868 verified
try:
with open("engine_rust/build_error.log", "r", encoding="utf-16-le") as f:
print(f.read())
except Exception as e:
print(e)