Dat Adithya
Dat Adithya
Hi @yohamta, while that solution may have resolved the issue for simran. I did notice that there was a difference in the expected environment variables in the source code as...
Hi @yohamta, I've raised the PR for the same. Hope it helps! :D
Hi, my team has been attempting to retrieve a connector-x python wheel on aarch64 for an EC2 instance, and we've succeeded in building a `v0.3.1` for the same by following...
Hi @vnijs, When I tried to compile the binary a few weeks ago, it was working fine. Could you check to see whether adding the nightly flags fixes the issue?...
From my execution, the failure seems to stem from the `prepare_calibration_input`. The error I face is as follows: ``` Traceback (most recent call last): File "/home/ec2-user/wanda/main.py", line 110, in main()...
Update: The c4 team updated their huggingface model and I can't seem to load the c4 model using these lines in `lib/data.py`: ```python traindata = load_dataset('allenai/c4', 'allenai--c4', data_files={'train': 'en/c4-train.00000-of-01024.json.gz'}, split='train')...
Seems like the issue had more to do with materializing a `zeros_like` object over downloading the C4 dataset. Still unsure why the error pops up, but it might just be...
I don't have any timezone configured on my config.el actually. I was under the assumption that this is what may have caused the issue because the previous version of DOOM...
Notes and the TODO tasks features work just fine, it's only the journal keybind that seems to be buggy.
Hey @hlissner, you've cracked it! Yes, it does seem like my emacs is working as expected once I've reset the org directory to the default ~/org location. I suspect that...