Skip to content

Commit

Permalink
Update oryx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi authored Dec 26, 2024
1 parent eb1e0f9 commit e17f2a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lmms_eval/models/oryx.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
os.environ["LOWRES_RESIZE"] = "384x32"
os.environ["VIDEO_RESIZE"] = "0x64"
os.environ["HIGHRES_BASE"] = "0x32"
os.environ["MAXRES"] = "1536"
os.environ["MINRES"] = "0"
os.environ["VIDEO_MAXRES"] = "480"
os.environ["VIDEO_MINRES"] = "288"
os.environ["MAXRES"] = 1536
os.environ["MINRES"] = 0
os.environ["VIDEO_MAXRES"] = 480
os.environ["VIDEO_MINRES"] = 288

try:
from oryx.constants import (
Expand Down

0 comments on commit e17f2a1

Please sign in to comment.