Skip to content

Commit

Permalink
Add os import to mathverse_evals.py (#381)
Browse files Browse the repository at this point in the history
* Add os import to mathverse_evals.py

* fix import order
  • Loading branch information
spacecraft1013 authored Oct 30, 2024
1 parent df3cb0f commit 1d4a6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmms_eval/tasks/mathverse/mathverse_evals.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import time

import pandas as pd
Expand Down

0 comments on commit 1d4a6c9

Please sign in to comment.