Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

遇到 'memory_efficient_attention' 在非支持硬件上的執行錯誤 #19

Open
crmado opened this issue Apr 22, 2024 · 0 comments
Open

Comments

@crmado
Copy link

crmado commented Apr 22, 2024

問題描述

當我嘗試在 Ubuntu 22.04.4 LTS 系統上運行ScreenAgent模型應用程式時,我使用了 NVIDIA RTX 3060, 3070ti, 和 3080 GPU。然而,我遇到了一個問題,導致了 500 Internal Server Error。錯誤日誌顯示問題出在使用 xformers 庫的 memory_efficient_attention 操作時。這個錯誤表明沒有可用的操作支持我的設定,具體問題包括:

  1. 裝置不支持:模型嘗試在 CPU 上運行,但需要 CUDA 環境。
  2. 數據類型不支持:使用了 torch.bfloat16,此數據類型需要在 A100 以上的 NVIDIA GPU 上才支持。
  3. 使用GPT4V問題:我使用GPT4V的時候他只會使用第一步之後的步驟就不能執行了,Run Actions也無法按會發生錯誤。

需求幫助

我希望了解是否有其他配置或安裝步驟需要調整,以解決這些問題

環境

  • 操作系統:Ubuntu 22.04.4 LTS
  • Python 版本:3.10
  • PyTorch 版本:12.1
  • xformers 版本:0.0.25.post1
  • 硬件:NVIDIA RTX 3060, 3070ti, 3080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant