On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
| Single SPA: | |
| https://single-spa.js.org/ | |
| https://github.com/CanopyTax/single-spa-vue/blob/master/src/single-spa-vue.js | |
| https://github.com/CanopyTax/single-spa-vue/blob/master/src/single-spa-react.js | |
| https://github.com/CanopyTax/single-spa-angular/blob/master/src/single-spa-angular.ts | |
| window.postMessage trade off: | |
| https://single-spa.js.org/ | |
| https://esbench.com/bench/55d4d44e2efbca1100bf7251 | |
| https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/ |
| package main | |
| import ( | |
| "io/ioutil" | |
| "os/exec" | |
| "fmt" | |
| ) | |
| // EXAMPLE: echo "Subject: TestnHello" | sendmail -f you@domain.com you@domain.com | |
| // Useful Links: https://gobyexample.com/spawning-processes |
| docker logs nginx 2>&1 | grep "127." | |
| # ref: http://stackoverflow.com/questions/34724980/finding-a-string-in-docker-logs-of-container |
| #!/usr/bin/env python | |
| # | |
| # AccessDump.py | |
| # A simple script to dump the contents of a Microsoft Access Database. | |
| # It depends upon the mdbtools suite: | |
| # http://sourceforge.net/projects/mdbtools/ | |
| import sys, subprocess, os | |
| DATABASE = sys.argv[1] |