-
Notifications
You must be signed in to change notification settings - Fork 116
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
bug: Arch Detector Causing Special Characters in GPU Name in settings.json
#1140
Comments
im subbing to this, when you get a solution, Ill retest on that same platform. |
Im happy to help move this forward but I dont know the full .js tree and how it gets created to the point where we hit this bug. Ive been been reading through as much Tensorflow and Tensorflow-LLM documentation as I can but not entirely sure. If i could have someone tell me how we end up getting to "index.js" in the spawning of the tree, Ill do my best to post what I find (if it helps) , I am under the assumption that this function ends up calling a "compile from source against Arch(itecture)" thread, but maybe Im wrong. give me a little friends, and Ill give you a lot :) p.s. I am a former defect research engineer... |
Root cause: |
Is a possible fix coming from cortex-cpp? cc @imtuyethan @Van-QA |
I would go with CUDA compute levels, unless there are additional architectural reasons not to, but I could not find any. I was actually trying to figure out how to code myself, but (again) im not a programmer kind of afraid of breaking stuff, Also... this is all gets autogenerated when Jan first executes (and regens when you reset, because i definitely tested that) so Im not sure what root this all comes out from. |
Description:
The arch detector in the system is not functioning properly, leading to the introduction of special characters in the GPU name within the
settings.json
file. Specifically, the GPU name is populated as"NVIDIA RTX A6000\r"
, where the carriage return (\r
) is incorrectly included. This issue seems to originate from the GPU architecture detection logic.Steps to Reproduce:
settings.json
file.settings.json
file, particularly the GPU section:\r
) in the GPU name.Expected Result:
The
settings.json
file should contain a clean, correctly formatted GPU name without any special characters.Actual Result:
The
settings.json
file contains a GPU name with an unintended special character (\r
), likely due to a flaw in the arch detector logic.Reported by: cbai970
https://discord.com/channels/1107178041848909847/1277272158367776828/1277291486198894657
The text was updated successfully, but these errors were encountered: