Open luke-lombardi opened 6 months ago
@luke-lombardi Yes related issue to https://github.com/unslothai/unsloth/issues/501 and https://github.com/unslothai/unsloth/issues/504
I have the same issue using the colab-new template and using the is_bfloat16_supported
utility from unsloth, as mentioned in the linked issue.
But it didn't fix it for me. I don't use a T4 but an A10G, could it be the same kind of problem?
Having same issue when doing model.generate(..) after attempting to install unsloth on beam cloud (serverless gpu).
Oh no that's not normally a good issue - it normally means something broke with the installation of Triton
I've been trying to use unsloth with the following code:
But it always errors out during generation with the following cryptic llvm error (python3.10) related to a non null-terminated buffer:
I've looked at a core dump of the process and found that it's failing in triton:
I appreciate that this may not necessarily be an issue on the unsloth side, but thought someone here may have some pointers on what may be going on here / point me in the right direction.
For what it's worth this is how I installed unsloth:
Thanks for your time!