ajayspot commited on
Commit
3fabb74
·
verified ·
1 Parent(s): 8f577ad

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. evaluate_atomic_matching.py +1 -0
  2. requirements.txt +1 -0
evaluate_atomic_matching.py CHANGED
@@ -8,6 +8,7 @@ import instructor
8
  from litellm import completion
9
  import json
10
  import getpass
 
11
 
12
  # Initialize instructor client
13
  client = instructor.from_litellm(completion)
 
8
  from litellm import completion
9
  import json
10
  import getpass
11
+ import shutil
12
 
13
  # Initialize instructor client
14
  client = instructor.from_litellm(completion)
requirements.txt CHANGED
@@ -3,3 +3,4 @@ litellm
3
  instructor
4
  gitpython
5
  pydantic
 
 
3
  instructor
4
  gitpython
5
  pydantic
6
+ shutil