remove igpu limits

This commit is contained in:
likelovewant
2024-07-02 11:06:26 +08:00
committed by GitHub
parent 50463011dd
commit b8fdb0387c

View File

@@ -13,11 +13,11 @@ import (
"github.com/ollama/ollama/format"
)
const (
//const (
// TODO We're lookinng for this exact name to detect iGPUs since hipGetDeviceProperties never reports integrated==true
iGPUName = "AMD Radeon(TM) Graphics"
)
// iGPUName = "AMD Radeon(TM) Graphics"
//)
var (
// Used to validate if the given ROCm lib is usable