On every machine in the cluster install conda and mlx-lm:
conda install 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 conda and mlx-lm:
conda install openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
| source 'https://rubygems.org' | |
| # default gems here | |
| #--------------------------- | |
| # add paperclip and bootstrap | |
| gem "paperclip", "~> 4.1" | |
| gem 'bootstrap-sass', '~> 3.1.1' |
| 'use strict'; | |
| // Configuring the Articles module | |
| angular.module('tracks').run(['Menus', | |
| function(Menus) { | |
| // Set top bar menu items | |
| // Menus.addMenuItem('topbar', 'Tracks', 'tracks', 'dropdown'); | |
| // Menus.addSubMenuItem('topbar', 'tracks', 'Facebook', 'tracks'); | |
| } |
| //'use strict'; | |
| // | |
| ApplicationConfiguration.registerModule('apphera'); |
| { | |
| "coordinates": null, | |
| "created_at": "Thu Oct 21 16:02:46 +0000 2010", | |
| "favorited": false, | |
| "truncated": false, | |
| "id_str": "28039652140", | |
| "entities": { | |
| "urls": [ | |
| { | |
| "expanded_url": null, |
| #!/usr/bin/perl | |
| # | |
| # this script moves all the data from mysql to postgres | |
| # modules required are: | |
| # | |
| # http://search.cpan.org/~timb/DBI-1.616/DBI.pm | |
| # | |
| # please change the dsn, srcUser/srcPass and dstUser/Pass variables. | |
| use DBI; |