From 36bc4fc713b856c924bcbb475f4efb5d06a56488 Mon Sep 17 00:00:00 2001 From: Pushkar Kumar Saini <145183961+pushkarkumarsaini2006@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:32:58 +0530 Subject: [PATCH] Create requirements.txt --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f8f206c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# torch==2.7.1 +# triton==3.0.0 # Not available for Windows, comment out for compatibility +# transformers==4.46.3 +# safetensors==0.4.5 +# The above packages are commented out because Triton is not available on Windows and the codebase is not compatible with Windows for full functionality. +# To run this project, use a Linux environment with CUDA and Triton support, or a Linux-based Docker container with GPU support.