AC-Angelo93 commited on
Commit
6bd04b4
·
verified ·
1 Parent(s): d7a9b6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -5,5 +5,6 @@ torch
5
  huggingface_hub
6
  sentencepiece
7
  accelerate
 
8
  # bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
9
  # optimum # For ONNX, quantization, etc. (advanced)
 
5
  huggingface_hub
6
  sentencepiece
7
  accelerate
8
+ pydantic==2.10.6
9
  # bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
10
  # optimum # For ONNX, quantization, etc. (advanced)