How to install HigherOrderCO/Bend. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HigherOrderCO/Bend Installation Guide
How to install HigherOrderCO/Bend. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HigherOrderCO/Bend. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HigherOrderCO/Bendor
Install via npx
npx @hexmos/ipm i HigherOrderCO/BendPrerequisites
Rust
languageVersion: >= 1.50.0
NVIDIA CUDA Toolkit
system_toolVersion: 12.x
Git
system_toolVersion: 2.38.0
Python
languageVersion: 3.8+
HVM2
package_managerVersion: 0.1.0
WSL2
system_toolVersion: 2.0.0
Docker
system_toolVersion: 19.03.0
gcc
build_toolVersion: 12.x
cuDNN
system_packageVersion: 8.0.0
CUDA-Compiler
build_toolVersion: 12.x
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Rust and Cargo Installation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt install gcc
brew install gcc
cargo install hvm
cargo install bend-langWindows Subsystem for Linux (WSL2) Installation
WSL2Code Generation for Bend
gen-c
gen-cuPost Installation Steps
- Run the following command to start the server: `bend run`
- If you're using a GPU, use the CUDA interpreter with the command: `bend run-cu`
- To access the UI or API endpoint, visit the address provided in your terminal.
