AlEscher

Results 10 comments of AlEscher

I have the same issue, missing the register information aswell as the stack view as seen here: https://www.gdbgui.com/screenshots/

> I know it's been a minute but I'm pretty sure this is due to there not being any way to check if a command fails during setup and therefore...

> I can't be sure how you're using it, but [this](https://github.com/jerdna-regeiz/splitmind/blob/master/docs/examples/example1.gdbinit#L19) Thanks, I was using the same example slightly modified, installing ipython3 and changing the command removed the error.

@frankfliu Thank you for looking into this! It seems to have been an issue with the translator. Setting `useTokenTypes` to `false` throws a new error: ```* ERROR [qtp1897081342-146] 2024-11-15 11:43:13,446:...

@frankfliu I see, thanks! I think the default translator should be enough for me for now. :) It seems to be working now for CodeBert, however I see that for...

@frankfliu Thank you for fixing this so quickly! I have a use case where I would need to customize the `TextEmbeddingTranslator`, however I see that this translator already has the...

@frankfliu I just checked `GraphCodeBERT` with `djl-convert`, I am unsure whether the model conversion works properly though. I get this when running the converter: ``` djl-convert -m microsoft/graphcodebert-base -o models/graphcodebert-base...

Seems to be an issue with `transformers`: https://github.com/huggingface/transformers/issues/33453

> any fix for this I'm having trouble quantizing the model into gguf format Only workaround I found for now is https://onetwobytes.com/2024/10/07/codegen2-5-llm-not-working-with-latest-huggingface-transformers/

@ahmedashraf443 I am running full weights. By installing the specified `transformers` version as in the article I am able to load the model and use it.