SingularityMan
SingularityMan
> conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.6 -c pytorch -c conda-forge Already Tried this, Same assertion error: AssertionError: Torch not compiled with CUDA enabled I have CUDA 11.7 installed. Do I...
> Can i use cpu instead of gpu? I don't think so. When you compile pytorch without CUDA it raises the Assertion Error.
I think the API may need to be updated. I ran a modified version of your code: ``` url = historicals_url() payload = {'symbols': ','.join(['TQQQ']), 'interval': '5minute', 'span': 'week', 'bounds':...
This is directly related to the orders.order() method. I am still figuring it out on my end but every method that includes placing orders always calls orders.order, which as of...
That's a robinhood issue. Robinhood doesn't allow fractional purchases on limit orders.
That occasionally happens because Robinhood routes your order to different providers that can perform the transaction. If one such provider can't do it for whatever reason, it will get rejected....
Same. It messed up a reranker model I was using in a script.
> It looks like this happens when doing context shifting - unimplemented operation. I see it with q4_0 on CUDA and both q4_0 and q8_0 on Metal. That seems to...
Ok so disabling q4_0 seems to have done the trick. This is acceptable for now but I would still like to see this fixed later in its entirety. q8_0 and...
> PR created #8073. Much appreciated!