We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d155e commit ac14b4bCopy full SHA for ac14b4b
dev-requirements.txt
@@ -1,6 +1,5 @@
1
# Test utilities
2
pytest==7.4.0
3
-expecttest
4
unittest-xml-reporting
5
parameterized
6
packaging
@@ -9,7 +8,7 @@ transformers
9
8
# For prototype features and benchmarks
10
bitsandbytes #needed for testing triton quant / dequant ops for 8-bit optimizers
11
matplotlib
12
-pandas
+pandas
13
14
# Custom CUDA Extensions
15
ninja
requirements.txt
@@ -2,3 +2,5 @@ torch
numpy
sentencepiece
+expecttest # So we can use IS_FBCODE flag
+hypothesis # Avoid test derandomization warning
0 commit comments