"docs/vscode:/vscode.git/clone" did not exist on "072ed01c388ee04a452619c57ed40bb97f5e9953"
  1. 23 May, 2024 9 commits
  2. 22 May, 2024 17 commits
  3. 21 May, 2024 12 commits
  4. 20 May, 2024 2 commits
    • Aaron Jimenez's avatar
      [docs] Spanish translation of model_memory_anatomy.md (#30885) · 0df888ff
      Aaron Jimenez authored
      * add model_memory_anatomy to es/_toctree.yml
      
      * copy model_memory_anatomy.md to es/
      
      * translate first section
      
      * translate doc
      
      * chage forward activations
      
      * fix sentence and and link to Trainer
      
      * fix Trainer link
      0df888ff
    • Longjie Zheng's avatar
      Add torch.compile for Mistral (#30642) · 616bb11d
      Longjie Zheng authored
      * first version
      
      * fix sliding window
      
      * fix style
      
      * add sliding window cache
      
      * fix style
      
      * address comments
      
      * fix test
      
      * fix style
      
      * move sliding window check inside cache init
      
      * revert changes on irrelevant files & add comment on SlidingWindowCache
      
      * address comments & fix style
      
      fix style
      
      * update causal mask
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * [run-slow] llama
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * [run-slow] mistral
      
      * revert CI from a10 to t4
      
      * wrap up
      616bb11d