GitXplorerGitXplorer
S

stable-code-docs

public
2 stars
0 forks
6 issues

Commits

List of commits on branch main.
Unverified
5971f8a2c79dd47357735ce57fedfb023aaf6c02

Update overview.md with information about Stable Code and Stable Code Instruct models

committed 10 months ago
Unverified
e9a07f87f252004d786cd18ff7d70e4f77415c23

Update copyright and description

committed 10 months ago
Unverified
1a601e2cb58785199c10c244c0122e4e32928dc6

Update site title and logo

committed 10 months ago
Unverified
6b1ca772a2de84c299cd0a76c2bafdde97a81b21

Delete unused images

committed 10 months ago
Unverified
c79a3fbc1cf03cdb1a02dec61f1224be0d90212c

Add Axolotl tutorial for stable code finetuning

committed 10 months ago
Unverified
43f2455dbe4fa9bbd7cedc89ecc701cd7161d04e

Add image of Ollama running Stable Code and update ollama.md

committed 10 months ago

README

The README file for this repository.

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.