Skip to main content

A plugin to jelly-fill lightning checkpoints

Project description

JellyMl

JellyML is an open-source tool (python API and command line) for effortlessly embedding a snapshot of your code | into a checkpoint of a pytorch model. Learn more at jellyml.com

Structure of the jellyml repository

(Note that the jellyml repository is a monorepo. If you are reading this from the python package source code, go to github.com/mmulet/jellyml to see the whole repository)

  • jellyml is the source for the python package
  • jellyml-lightning is the source for pytorch lightning plugin
  • client is the source for the website
  • dev_server is the source for the development server of the website

Build

jellyml

  1. Make a venv
python3 -m venv venv
# activate the venv ( depends on your shell and OS)
# see https://docs.python.org/3/library/venv.html
# bash
source venv/bin/activate
  1. Install build
pip install build
  1. Build the package
cd jellyml
python -m build
pip install dist/jellyml-0.0.1-py3-none-any.whl

jellyml-lightning

  1. Follow the directions for building and installing jellyml. jellyml is a dependency of jellyml-lightning.
  2. Build the package
cd jellyml-lightning
python -m build
pip install dist/jellyml-lightning-0.0.1-py3-none-any.whl

Website

Build the website

cd client
npm install .
cd ../dev_server
npm install .
npm run build

Dev the website

cd client
npm install .
cd ../dev_server
npm install .
npm run build

Tests

Located in the source files in src/jellyml. Have the prefix test_. Run them as a module

cd src;
python3 -m jellyml.test_all

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jellyml-lightning-1.0.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jellyml_lightning-1.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file jellyml-lightning-1.0.0.tar.gz.

File metadata

  • Download URL: jellyml-lightning-1.0.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for jellyml-lightning-1.0.0.tar.gz
Algorithm Hash digest
SHA256 787b61f24cbff34315542e9a337bcfb8f83085b843f56b128144c64dfcd903c3
MD5 541ca44c8f5e69850ce80f1aead30b6f
BLAKE2b-256 d344567de23236a08c9ad2a5523ec465ca55cc0900d0ebb613c23b01c35e67d4

See more details on using hashes here.

File details

Details for the file jellyml_lightning-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jellyml_lightning-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 549a53bf91219c826193c9ad12f8cb211712b90dc7ddcefc579dcf4f37c739fb
MD5 803bc5cd772f1a05837c769c5d336a25
BLAKE2b-256 31ac93ccb195bac2663cc4f1ec01ed9968a071832a390bf0fe1af6ed60ff22b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page