yiyexy commited on
Commit
5185154
·
verified ·
1 Parent(s): 9d1705f

Rename cache dir online_codec_v2 -> online_codec (codec_video_processing_llava_onevision2.py)

Browse files
codec_video_processing_llava_onevision2.py CHANGED
@@ -74,7 +74,7 @@ class CodecConfig:
74
  "ONLINE_CODEC_CACHE_DIR",
75
  os.path.join(
76
  os.getenv("HF_HOME", os.path.expanduser("~/.cache/huggingface")),
77
- "online_codec_v2",
78
  ),
79
  )
80
  ))
 
74
  "ONLINE_CODEC_CACHE_DIR",
75
  os.path.join(
76
  os.getenv("HF_HOME", os.path.expanduser("~/.cache/huggingface")),
77
+ "online_codec",
78
  ),
79
  )
80
  ))