CoolFace
Apppublic

waleed-12/pseudo-code_to-Code

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes
requirements.txt18 linesDownload Raw Back to root
1transformers>=4.35.02safetensors>=0.4.03accelerate>=0.25.04gradio>=4.0.05torch>=2.0.06 7# Additional dependencies8peft>=0.7.09sentencepiece>=0.1.9910tokenizers>=0.15.011 12# For better performance (optional)13xformers>=0.0.20  # Faster attention (GPU only)14bitsandbytes>=0.41.0  # Memory efficient training/inference15 16# Python standard libraries (usually included, but good to specify)17numpy>=1.24.018requests>=2.28.0