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:
| # Set terminal colors | |
| set-option -sa terminal-overrides ",xterm*:Tc" | |
| # Enable mouse support | |
| set -g mouse on | |
| # Start windows and panes at 1, not 0 | |
| set -g base-index 1 | |
| set -g pane-base-index 1 | |
| set-window-option -g pane-base-index 1 |
| theme = Catppuccin Mocha | |
| adjust-cell-height = 0% | |
| command = /bin/zsh -c "tmux new -A -s work" | |
| copy-on-select = true | |
| font-family = "BlexMono Nerd Font Mono" | |
| font-size = 16 | |
| font-thicken = true | |
| mouse-hide-while-typing = true | |
| macos-non-native-fullscreen=visible-menu |
| ics | title | stage | category | author | created | modified |
|---|---|---|---|---|---|---|
999 |
One Channel |
draft |
IBC/APP |
Larry Engineer <[email protected]> |
2023-03-02 |
2023-03-02 |
| 0. Upgrade node to resease 1.0.0 Using docs: | |
| https://github.com/public-awesome/mainnet/tree/main/stargaze-1 | |
| 1. setup cosmovisor | |
| cd ~ | |
| git clone https://github.com/cosmos/cosmos-sdk | |
| cd cosmos-sdk | |
| git checkout v0.42.7 |
| #!/usr/bin/env node | |
| const $RefParser = require("@apidevtools/json-schema-ref-parser"); | |
| function printUsage() { | |
| console.info("Usage: json-schema-ref-parser-cli FILE") | |
| } | |
| async function main(args) { | |
| if (args.length !== 1) { |
| // Mandelbrot set generator from "Programming Rust", with I/O removed (the | |
| // original code writes a PNG file). | |
| use std::env; | |
| use std::str::FromStr; | |
| use num::Complex; | |
| fn main() { | |
| let args: Vec<String> = env::args().collect(); |
Flashloans are a fascinating economic coordination mechanism that has emerged out the Ethereum architecture as a result of a synchronous, sequential, atomic transaction system. It allows anonymous coordination between capital providers and arbitrageurs because the capital providers can condition providing any capital on protocol enforced guarantee that the entire arbitrage is profitable denominated in the token being lent.
One of the effects of this process has been the it ensures an efficient and healthy liquidation market for the collateral in long term debt instruments. It also enables low cost scaling of economic exploits.
Flash loans are impossible in an IBC world because IBC semantics require finalizing a block on the origin chain rather than on the receiving chain. This makes atomicity for the lender difficult and moves us into the domain of over collateralized lending.
arch -x86_64, for example arch -x86_64 goarch -x86_64 zsh then go or whateverNot all toolchains and libraries properly support M1 arm64 chips just yet. Although