grok-1
grok-1 copied to clipboard
Update run.py
Adding comments to explain model configuration settings more clearly. Using an f-string for the error message logging to maintain consistency. Wrapping the model initialization and inference call in try-except blocks to catch and log exceptions, providing a clearer failure message should anything go wrong during these processes.