mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-26 00:18:02 +00:00
remove igpu limits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user