CodCodingCode commited on
Commit
d2be3ce
·
verified ·
1 Parent(s): 4ce9b14

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +4 -4
handler.py CHANGED
@@ -15,10 +15,10 @@ class EndpointHandler():
15
 
16
  # Check different possible locations
17
  possible_paths = [
18
- os.path.join(base_path, "checkpoint-100"),
19
- os.path.join(".", "checkpoint-100"),
20
- os.path.join("/repository", "checkpoint-100"),
21
- "checkpoint-100"
22
  ]
23
 
24
  for check_path in possible_paths:
 
15
 
16
  # Check different possible locations
17
  possible_paths = [
18
+ os.path.join(base_path, "checkpoint-36571"),
19
+ os.path.join(".", "checkpoint-36571"),
20
+ os.path.join("/repository", "checkpoint-36571"),
21
+ "checkpoint-36571"
22
  ]
23
 
24
  for check_path in possible_paths: