Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyFrcs committed Jun 16, 2023
1 parent 393c1ab commit 74b0a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vendor/BuzzWiseCloudComputing
2 changes: 1 addition & 1 deletion vendor/BuzzWiseMachineLearning
Submodule BuzzWiseMachineLearning updated 62 files
+6 −0 .dockerignore
+36 −0 .github/workflows/python-app.yml
+6 −0 .vscode/settings.json
+25 −0 Dockerfile
+2 −2 README.md
+8 −5 app.py
+247 −0 buzzwiseml/bin/Activate.ps1
+69 −0 buzzwiseml/bin/activate
+26 −0 buzzwiseml/bin/activate.csh
+69 −0 buzzwiseml/bin/activate.fish
+8 −0 buzzwiseml/bin/f2py
+8 −0 buzzwiseml/bin/f2py3
+8 −0 buzzwiseml/bin/f2py3.11
+8 −0 buzzwiseml/bin/pip
+8 −0 buzzwiseml/bin/pip3
+8 −0 buzzwiseml/bin/pip3.11
+1 −0 buzzwiseml/bin/python
+1 −0 buzzwiseml/bin/python3
+1 −0 buzzwiseml/bin/python3.11
+1 −0 buzzwiseml/lib64
+5 −0 buzzwiseml/pyvenv.cfg
+51 −0 models/mlenv/Scripts/Activate.ps1
+76 −0 models/mlenv/Scripts/activate
+33 −0 models/mlenv/Scripts/activate.bat
+21 −0 models/mlenv/Scripts/deactivate.bat
+ models/mlenv/Scripts/dotenv.exe
+ models/mlenv/Scripts/easy_install-3.7.exe
+ models/mlenv/Scripts/easy_install.exe
+ models/mlenv/Scripts/estimator_ckpt_converter.exe
+ models/mlenv/Scripts/f2py.exe
+ models/mlenv/Scripts/google-oauthlib-tool.exe
+ models/mlenv/Scripts/import_pb_to_tensorboard.exe
+ models/mlenv/Scripts/markdown_py.exe
+ models/mlenv/Scripts/normalizer.exe
+ models/mlenv/Scripts/pip.exe
+ models/mlenv/Scripts/pip3.10.exe
+ models/mlenv/Scripts/pip3.7.exe
+ models/mlenv/Scripts/pip3.exe
+ models/mlenv/Scripts/pyrsa-decrypt.exe
+ models/mlenv/Scripts/pyrsa-encrypt.exe
+ models/mlenv/Scripts/pyrsa-keygen.exe
+ models/mlenv/Scripts/pyrsa-priv2pub.exe
+ models/mlenv/Scripts/pyrsa-sign.exe
+ models/mlenv/Scripts/pyrsa-verify.exe
+ models/mlenv/Scripts/python.exe
+ models/mlenv/Scripts/pythonw.exe
+ models/mlenv/Scripts/saved_model_cli.exe
+ models/mlenv/Scripts/tensorboard.exe
+ models/mlenv/Scripts/tf_upgrade_v2.exe
+ models/mlenv/Scripts/tflite_convert.exe
+ models/mlenv/Scripts/toco.exe
+ models/mlenv/Scripts/toco_from_protos.exe
+ models/mlenv/Scripts/uvicorn.exe
+ models/mlenv/Scripts/watchfiles.exe
+ models/mlenv/Scripts/wheel.exe
+3 −0 models/mlenv/pyvenv.cfg
+ models/my_model.h5
+ models/my_model.tflite
+ models/vectors.pkl
+ models/word2int.pkl
+0 −1 requirements.txt
+0 −0 src/word2vec.ipynb
2 changes: 1 addition & 1 deletion vendor/BuzzWiseWebsite

0 comments on commit 74b0a0a

Please sign in to comment.