Skip to content

PrincetonUniversity/3la-integrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3LA Integration

This is to integrate all parts (e.g., TVM-BYOC and ILAng generated simulators) into a single Docker image.

Build the docker image

RSA key-pair is required to access the private repos. For password protected key-pair:

docker build --build-arg SSH_KEY="$(openssl rsa -in ~/.ssh/id_rsa)" --tag byo3la --file Dockerfile .

For non-password-protected key-pair:

docker build --build-arg SSH_KEY="$(cat ~/.ssh/id_rsa)" --tag byo3la --file Dockerfile .

To remove intermediate images (licensed packages and your private keys):

docker rmi -f $(docker images -q --filter label=stage=intermediate)

Examples

Run the speech-to-text example with FlexNLP linear layer (simulation):

docker run byo3la /bin/bash /root/scripts/run_speech_to_text.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published