This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
v1.2.2
What's new
Added π
- Added Docker builds for other torch-supported versions of CUDA.
- Adds
allennlp-semparse
as an official, default plugin.
Fixed β
GumbelSampler
now sorts the beams by their true log prob.
Commits
023d9bc Prepare for release v1.2.2
7b0826c push commit images for both CUDA versions
3cad5b4 fix AUC test (#4795)
efde092 upgrade ssh-agent action (#4797)
ec37dd4 Docker builds for other CUDA versions, improve CI (#4796)
0d8873c doc link quickfix
e4cc95c improve plugin section in README (#4789)
d99f7f8 ensure Gumbel sorts beams by true log prob (#4786)
9fe8d90 Makes the transformer cache work with custom kwargs (#4781)
1e7492d Update transformers requirement from <3.5,>=3.4 to >=3.4,<3.6 (#4784)
f27ef38 Fixes pretrained embeddings for transformers that don't have end tokens (#4732)