Skip to content

yt-ms/calm-flox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calm-build

A Flox environment for building and packaging the FINOS CALM CLI.

About

This project packages the FINOS CALM CLI (Common Architecture Language Models) using Flox's build system.

Prerequisites

Usage

Activate the environment

flox activate

Build the package

# Build all packages
flox build

Run the built package

./result-calm-cli/bin/calm --help

Publish the package

Assumes you have a FloxHub account.

flox publish calm-cli

Using the build package after publishing

From a clean and activated Flox environment:

flox install [your-flox-username]/calm-cli
calm --version

License

MIT License - see LICENSE file for details.

About

Building the FINOS CALM CLI as a Flox package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published