Skip to content

Repository containing the necessary files for TMLS 2023 demo

Notifications You must be signed in to change notification settings

CentML/tmls-workshop-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TMLS Workshop 2023

This repository contains the necesary files for the workshop.

If you wish to run locally, you will need:

Follow these steps:

1. Create a python virtual environment and activate it (recommended)
   - python3 -m virtualenv ./env
   - source env/bin/activate
2. pip install torch deepview-profile numpy packaging
3. For Apex:
    - git clone https://github.com/NVIDIA/apex
    - cd apex
    - pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./

Alternative installation

1. clone this repository
2. cd tmls-workshop-2023
3. bash setup.sh

Notes:

Independently of the installation method, for Apex you will need to install local cuda libraries. You can follow these instructions

About

Repository containing the necessary files for TMLS 2023 demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published