Remove type checking flag

Justin Chu
2022-11-08 17:56:50 -08:00
parent b32ae7518a
commit 934e7b636f

@ -73,9 +73,6 @@ PATH_add /usr/lib/ccache
export LDFLAGS='-lrt' export LDFLAGS='-lrt'
# Build with debug symbols. # Build with debug symbols.
export DEBUG=1 export DEBUG=1
# torch.onnx flags
export TORCH_ONNX_EXPERIMENTAL_RUNTIME_TYPE_CHECK=ERRORS
``` ```
### Install additional dependencies ### Install additional dependencies