Skip to content

vctrmn/zml-torch-activation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

The goal of this project is to generate activations from a Torch model. These activations will then be usable in ZML.

Prerequisites

  • Python 3.11

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/vctrmn/zml-torch-activation-example.git
  1. Create a python virtual env
python3 -m venv venv
  1. Activate the virtual env
. venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt

Usage

  1. Activate the virtual env
. venv/bin/activate
  1. Run the activation script you want
python -m src.modern_bert

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages