Mickaël Seznec
Mickaël Seznec
Hi @rzpilgrim, Sorry for bumping this quite-old issue. For your use case, you could use one of iPython's magic commands: `%cpaste` lets you enter raw input while `%paste` executes the...
Hi @vax-dev, I've been able to reproduce your setup, and I get correct results: ``` ["to make a few comments about the book, but I will begin with an observation....
FlashAttention is known to fail compiling on nvcc 12.6 https://github.com/Dao-AILab/flash-attention/issues/1453 I'm afraid :/ The best workaround would probably to use nvcc 12.8's ptxas, just like what FlashAttention does https://github.com/Dao-AILab/flash-attention/blob/main/hopper/setup.py#L404 @LucasWilkinson...
@oulgen @huydhn @courage17340 can you report if #19095 fixes your problem?