-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Mar 29, 2024
1 parent
19e3db1
commit dfab50b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule meta-meme
updated
3 files
+67 −61 | README.md | |
+ − | _45269eb0-90ca-423d-88c2-4549f9ac07ab.jpeg | |
+1 −0 | issues.json |
Submodule hivemind
updated
17 files
+1 −1 | .github/workflows/run-benchmarks.yml | |
+5 −5 | .github/workflows/run-tests.yml | |
+5 −1 | .readthedocs.yml | |
+1 −1 | README.md | |
+1 −1 | examples/albert/arguments.py | |
+2 −2 | examples/albert/requirements.txt | |
+1 −1 | examples/albert/run_training_monitor.py | |
+2 −1 | hivemind/compression/base.py | |
+19 −8 | hivemind/compression/floating.py | |
+15 −10 | hivemind/compression/quantization.py | |
+1 −2 | hivemind/moe/server/layers/optim.py | |
+4 −27 | hivemind/p2p/p2p_daemon_bindings/datastructures.py | |
+2 −2 | requirements.txt | |
+6 −6 | setup.py | |
+37 −2 | tests/test_compression.py | |
+1 −1 | tests/test_p2p_daemon.py | |
+6 −1 | tests/test_training.py |