Skip to content

Commit

Permalink
adding seperate testing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellflitton committed Apr 15, 2024
1 parent 412e86c commit 8d66b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/model_builder/onnx_assets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from tests.model_builder.utils import install_package
# install_package("torch==2.1.2")
install_package("onnx==1.16.0")
install_package("scikit-learn==1.4.0")
install_package("scikit-learn==1.4.0") # use sklearn to train the model
install_package("skl2onnx==1.16.0") # use skl2onnx to convert the model to onnx to test the raw onnx loading
import os
import onnx

Expand Down

0 comments on commit 8d66b0d

Please sign in to comment.