generated from bryanchrist/llama-65b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbertscore-57073720.err
51 lines (35 loc) · 2.71 KB
/
bertscore-57073720.err
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
==> WARNING: A newer version of conda exists. <==
current version: 23.5.2
latest version: 23.11.0
Please update conda by running
$ conda update -n base -c defaults conda
Or to minimize the number of packages updated during conda update use
conda install conda=23.11.0
WARNING: Ignoring invalid distribution -riton-nightly (/sfs/qumulo/qhome/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages)
Running command git clone --filter=blob:none --quiet https://github.com/huggingface/peft.git /tmp/pip-install-iqsv85e_/peft_979599e3c68347878044de2a330a3090
Running command git clone --filter=blob:none --quiet https://github.com/huggingface/accelerate.git /tmp/pip-install-iqsv85e_/accelerate_085e93f5a7ae44d192d1511af628138f
ERROR: Cannot install -r requirements.txt (line 2), -r requirements.txt (line 3), -r requirements.txt (line 6) and huggingface_hub==0.16.4 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
WARNING: Ignoring invalid distribution -riton-nightly (/sfs/qumulo/qhome/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages)
WARNING: Ignoring invalid distribution -riton-nightly (/sfs/qumulo/qhome/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages)
==> WARNING: A newer version of conda exists. <==
current version: 23.5.2
latest version: 23.11.0
Please update conda by running
$ conda update -n base -c defaults conda
Or to minimize the number of packages updated during conda update use
conda install conda=23.11.0
Traceback (most recent call last):
File "/sfs/weka/scratch/brc4cb/llama2-70b/bertscore.py", line 3, in <module>
bertscore = load("bertscore")
File "/home/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages/evaluate/loading.py", line 731, in load
evaluation_module = evaluation_module_factory(
File "/home/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages/evaluate/loading.py", line 680, in evaluation_module_factory
raise e1 from None
File "/home/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages/evaluate/loading.py", line 633, in evaluation_module_factory
return HubEvaluationModuleFactory(
File "/home/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages/evaluate/loading.py", line 489, in get_module
local_imports = _download_additional_modules(
File "/home/brc4cb/.conda/envs/falcon_40B/lib/python3.9/site-packages/evaluate/loading.py", line 265, in _download_additional_modules
raise ImportError(
ImportError: To be able to use evaluate-metric/bertscore, you need to install the following dependencies['bert_score'] using 'pip install bert_score' for instance'