akhaliq HF Staff commited on
Commit
77dda44
·
1 Parent(s): 40a39f9

update system prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6092,6 +6092,8 @@ Instructions:
6092
  - Include the direct packages needed for the imports
6093
  - Include commonly used companion packages and dependencies for better functionality
6094
  - Use correct PyPI package names (e.g., cv2 -> opencv-python, PIL -> Pillow, sklearn -> scikit-learn)
 
 
6095
  - Examples of comprehensive dependencies:
6096
  * transformers often needs: accelerate, torch, tokenizers, datasets
6097
  * gradio often needs: requests, Pillow for image handling
 
6092
  - Include the direct packages needed for the imports
6093
  - Include commonly used companion packages and dependencies for better functionality
6094
  - Use correct PyPI package names (e.g., cv2 -> opencv-python, PIL -> Pillow, sklearn -> scikit-learn)
6095
+ - IMPORTANT: For diffusers, ALWAYS use: git+https://github.com/huggingface/diffusers
6096
+ - IMPORTANT: For transformers, ALWAYS use: git+https://github.com/huggingface/transformers
6097
  - Examples of comprehensive dependencies:
6098
  * transformers often needs: accelerate, torch, tokenizers, datasets
6099
  * gradio often needs: requests, Pillow for image handling