Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- evaluate_atomic_matching.py +1 -0
- 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
|