Last active
December 13, 2025 20:28
-
-
Save patham9/454fedc4ee705dd21b7e7fa0df980910 to your computer and use it in GitHub Desktop.
mettawamjam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/jazzbox35/MettaWamJam | |
| cd MettaWamJam | |
| docker build -t mettawamjam:latest . | |
| docker run --rm -d --name mwj -p 127.0.0.1:5000:5000 mettawamjam:latest | |
| then run: | |
| python3 RunMeTTaCode.py | |
| python3 RunMutex_and_Transaction.py | |
| python3 RunMM2Code.py | |
| python3 RunFAISS.py | |
| not yet working: | |
| python3 RunTorch.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment