logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/Bend
or

Install via npx

npx @hexmos/ipm i HigherOrderCO/Bend

Prerequisites

Rust

language

Version: >= 1.50.0

NVIDIA CUDA Toolkit

system_tool

Version: 12.x

Git

system_tool

Version: 2.38.0

Python

language

Version: 3.8+

HVM2

package_manager

Version: 0.1.0

WSL2

system_tool

Version: 2.0.0

Docker

system_tool

Version: 19.03.0

gcc

build_tool

Version: 12.x

cuDNN

system_package

Version: 8.0.0

CUDA-Compiler

build_tool

Version: 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-lang

Windows Subsystem for Linux (WSL2) Installation

WSL2

Code Generation for Bend

gen-c

gen-cu

Post 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.