Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 482 Bytes

File metadata and controls

25 lines (17 loc) · 482 Bytes

VSC-Python-Project-Template

A Template of Python Project in Visual Studio Code with Github Actions CI/CD (Especially for PyTorch based Deeplearning Projects).

How to Build

Create a new conda environment:

$ uv venv -p 3.12
$ source .venv/bin/activate

Install simple_py:

$ uv install -v .

torch.ops.simple_py.vector_add will be available after installation; See test.py for usage.

How to Test

python test/test.py