Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CodeQL Analysis.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion .github/agent.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ accelerate>=1.14.0

# Utilities
pyyaml>=6.0.3
tqdm>=4.68.3
tqdm>=4.68.4

# Optional: Quantization support (for 4bit/8bit training)
# Uncomment if using use_4bit or use_8bit in config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentence-transformers>=5.6.0
rouge-score>=0.1.2
sacrebleu>=2.6.0
# Security pin: avoid vulnerable NLTK 3.9.4 (path traversal); keep within current major.
nltk>=3.9.5,<4
nltk>=3.10.0,<4

# Memory optimization
bitsandbytes>=0.49.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ datasets>=5.0.0
transformers>=5.13.0
peft>=0.19.1
accelerate>=1.14.0
tqdm>=4.68.3
tqdm>=4.68.4
einops>=0.8.2
numpy>=2.5.1
# Install torch appropriate to your CUDA; example:
Expand Down
Loading