kundaja-green commited on
Commit
f5d8bca
·
1 Parent(s): 5918ee0

Fix: Correct paths in dataset TOML file

Browse files
Files changed (1) hide show
  1. dataset/huggingfacetoml.toml +3 -3
dataset/huggingfacetoml.toml CHANGED
@@ -6,10 +6,10 @@ enable_bucket = true
6
  bucket_no_upscale = false
7
 
8
  [[datasets]]
9
- # CORRECTED: The path is now relative to this .toml file.
10
- image_directory = "ebPhotos-001"
11
 
12
- # CORRECTED: The path is now inside the writable /data directory.
13
  cache_directory = "/data/cache_directory"
14
 
15
  num_repeats = 1
 
6
  bucket_no_upscale = false
7
 
8
  [[datasets]]
9
+ # CORRECTED: Use the full, absolute path inside the container
10
+ image_directory = "/code/dataset/ebPhotos-001"
11
 
12
+ # CORRECTED: Use the full, absolute path for the cache
13
  cache_directory = "/data/cache_directory"
14
 
15
  num_repeats = 1