Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

xvyv99/triton-pretask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triton Pretask

Triton pretask for PLCT.

Usage

Environment Preparation

First clone the repository.

$ git clone https://github.com/xvyv99/triton-pretask.git

If you use uv to manage Python dependencies, you can use the following commands to quickly create an environment and install dependencies:

$ uv sync

If you only use pip and virtual environment to manage dependencies and virtual environments, please use the following commands:

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .

Run tests and benchmark

After the environment is set up, you can use the following commands to run algorithm correctness verification and benchmark:

python Triton/main.py

About

Triton pretask for PLCT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages