-
Hi,
Thank you for the outstanding work on the Online TAPIR model. I am currently working on testing this model for a downstream benchmark, and I've encountered an issue with the provided checkpoint a…
-
hi, thanks for the cool project, im using it for a little ML experiment, just curious, would you be openminded to add dividends and dividend reinvestment [DRIP] to the backtest results? (or if i'm dum…
-
I installed jax and then used the command $ pip install git+https://github.com/deepmind/dm-haiku, but when I tried to import haiku, there was an error, TypeError: 'type' object is not subscriptable. W…
-
Working on local GPU RTX 2060 super, Cuda 11.1, and got this error.
jax has been installed successfully with the following
```
pip install --upgrade jax jaxlib==0.1.57+cuda111 -f https://storage.…
-
I can not use deepqmc due to the following versioning issue:
```
from deepqmc import Molecule
mol = Molecule.from_name('LiH')
```
Error:
```
[/usr/local/lib/python3.10/dist-packages/deepq…
-
windows 11
"pip install -r requirements.txt" fails
PS F:\grok-1> pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting dm_…
-
I installed dm_haiku==0.0.12 according to the requirements. But I met some errors when I run 'python run.py'. I found that the haiku import has some problem. Why is that? I didn't find any solution.
…
-
This is a ticket to track a wishlist of items you wish LiteLLM had.
# **COMMENT BELOW 👇**
### With your request 🔥 - if we have any questions, we'll follow up in comments / via DMs
Respond …
-
addict
albumentations
fairscale
gradio
gradio_image_prompter
ipdb
matplotlib
mediapy
moviepy
MultiScaleDeformableAttention
numpy
opencv_python
pandas
Pillow
pycocotools
PyYAML
scipy
s…
-
### Describe the bug
error
Traceback (most recent call last):
File "/Users/xxx/grok-1/grok-1/run.py", line 17, in
from model import LanguageModelConfig, TransformerConfig, QuantizedWeight…