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

Error when Retrieving relevant citations for user query (almost the same as bug #438, but slightly different) #446

Open
atelenga opened this issue Feb 19, 2025 · 1 comment

Comments

@atelenga
Copy link

atelenga commented Feb 19, 2025

I have the same issue with version 0.3.10 build 6.

Image

My hardware is as follows:
[
{
"modelCompatibilityType": "gguf",
"runtime": {
"hardwareSurveyResult": {
"compatibility": {
"status": "Compatible"
},
"cpuSurveyResult": {
"result": {
"code": "Success",
"message": ""
},
"cpuInfo": {
"name": "",
"architecture": "x86_64",
"supportedInstructionSetExtensions": [
"AVX",
"AVX2"
]
}
},
"memoryInfo": {
"ramCapacity": 11703660544,
"vramCapacity": 0,
"totalMemory": 11703660544
},
"gpuSurveyResult": {
"result": {
"code": "Success",
"message": ""
},
"gpuInfo": [
{
"name": "AMD Radeon(TM) Vega 8 Mobile Graphics",
"deviceId": 0,
"totalMemoryCapacityBytes": 6656360448,
"dedicatedMemoryCapacityBytes": 0,
"integrationType": "Integrated",
"detectionPlatform": "Vulkan",
"detectionPlatformVersion": "1.3.283",
"otherInfo": {
"deviceLUIDValid": "true",
"deviceLUID": "23e8000000000000",
"deviceUUID": "00000000040000000000000000000000",
"driverID": "1",
"driverName": "AMD proprietary driver"
}
}
]
}
}
}
}
]

Version 0.3.9b6 works fine

Originally posted by @atelenga in #438

Error message is Failed to regenerate message: spawn EPERM

@Onkitova
Copy link

Onkitova commented Mar 4, 2025

Same error on referencing .txt file, containing text written in Russian. When text in the file changed to English everything works just fine.

Nvidia CUDA backend running version 0.3.11b1

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

2 participants