Skip to content

Instantly share code, notes, and snippets.

@patham9
Last active December 13, 2025 20:28
Show Gist options
  • Select an option

  • Save patham9/454fedc4ee705dd21b7e7fa0df980910 to your computer and use it in GitHub Desktop.

Select an option

Save patham9/454fedc4ee705dd21b7e7fa0df980910 to your computer and use it in GitHub Desktop.
mettawamjam
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