grok-1 icon indicating copy to clipboard operation
grok-1 copied to clipboard

Update run.py

Open SleepTheGod opened this issue 1 year ago • 1 comments

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.

SleepTheGod avatar Mar 21 '24 16:03 SleepTheGod