https://github.com/facebookresearch/pythia
Revision 26485eb265b6e98571c8e2176a78009d9f5344dc authored by ryan-qiyu-jiang on 20 October 2021, 14:20:43 UTC, committed by Facebook GitHub Bot on 20 October 2021, 14:21:36 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/1107

Fix bug where monkey patch on transformers
leaked into other unit tests resulting in
ViLT unit tests passing in isolation but
failing due to unexpected signatures when run
with other tests.

Test Plan: Imported from OSS

Reviewed By: apsdehal

Differential Revision: D31149844

Pulled By: Ryan-Qiyu-Jiang

fbshipit-source-id: ae015110924888a43efe24f1311166a8dbd1436d
1 parent c172069
History
Tip revision: 26485eb265b6e98571c8e2176a78009d9f5344dc authored by ryan-qiyu-jiang on 20 October 2021, 14:20:43 UTC
[fix] Undo replace_with_jit in unit tests (#1107)
Tip revision: 26485eb
File Mode Size
.circleci
.github
docs
mmf
mmf_cli
projects
tests
tools
website
.editorconfig -rw-r--r-- 191 bytes
.flake8 -rw-r--r-- 187 bytes
.gitignore -rw-r--r-- 267 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 130 bytes
NOTICES -rw-r--r-- 6.0 KB
README.md -rw-r--r-- 2.1 KB
pyproject.toml -rw-r--r-- 1017 bytes
requirements.txt -rw-r--r-- 493 bytes
setup.py -rw-r--r-- 5.1 KB

README.md

back to top