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

Rename cache dir online_codec_v2 -> online_codec (README.md)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ pip install codec-video-prep opencv-python
48
 
49
  The codec backend additionally needs **POSIX `flock`** (already present on
50
  Linux/macOS) for the on-disk result cache, and roughly **2 GB free disk** under
51
- `$ONLINE_CODEC_CACHE_DIR` (defaults to `$HF_HOME/online_codec_v2`) per
52
  processed video.
53
 
54
  ## Quick start
 
48
 
49
  The codec backend additionally needs **POSIX `flock`** (already present on
50
  Linux/macOS) for the on-disk result cache, and roughly **2 GB free disk** under
51
+ `$ONLINE_CODEC_CACHE_DIR` (defaults to `$HF_HOME/online_codec`) per
52
  processed video.
53
 
54
  ## Quick start