-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
[2723785279] Upstream Reporter: Rohan Devasthale
Upstream description:
During bootstrapping, duplicates are written to constraints file. Below is the subset of output for `graph explain-duplicates` command which uses recently produced `graph.json`:
```
tokenizers
0.20.4
tokenizers<0.21,>=0.20 matches ['0.20.4']
transformers==4.46.3
0.21.0
tokenizers>=0.11.1 matches ['0.21.0', '0.20.4']
instructlab==0.21.0
tokenizers<0.22,>=0.21 matches ['0.21.0']
transformers==4.47.0
tokenizers>=0.19.1 matches ['0.21.0', '0.20.4']
vllm==0.6.2
- No single version of tokenizers meets all requirements
transformers
4.46.3
transformers<4.47.0 matches ['4.46.3']
trl==0.12.2
4.47.0
transformers>=4.41.2 matches ['4.47.0', '4.46.3']
instructlab==0.21.0
instructlab-sdg==0.6.1
transformers matches ['4.47.0', '4.46.3']
peft==0.14.0
instructlab-eval==0.4.1
transformers>=4.45.2 matches ['4.47.0', '4.46.3']
instructlab-training==0.6.1
transformers>=4.40.0 matches ['4.47.0', '4.46.3']
instructlab-dolomite==0.2.0
transformers>=4.1 matches ['4.47.0', '4.46.3']
lm-eval==0.4.5
transformers>=4.45.0 matches ['4.47.0', '4.46.3']
vllm==0.6.2
- transformers==4.46.3 usable by all consumers
```
- links to