Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 402 Bytes

AO-Llama

USAGE

Pull Submodules

We need to pull the latest aos.

git submodule update --init --recursive

Build

Just run ./build.sh ( This will build the nessasary libraries inject them and compile the wasm)

./build.sh

Testing

cd test-llm
yarn # or npm i
yarn test # or npm run test

WASM-Metering

Need to update the ao-loader with newest version