-
Hi, I have some issue downloading the data.
Here, I followed the colab [notebook](https://github.com/google-deepmind/open_x_embodiment/blob/main/colabs/Open_X_Embodiment_Datasets.ipynb) to load the…
-
I would like to finetune CodeLlama-13b in a memory efficient way.
I was able to do it with CodeLlama-7b, but failing with 13b.
I can't load the model `unsloth/codellama-13b-bnb-4bit`:
```pyth…
-
I am encountering a memory issue when trying to train my model with large data-sets (140k samples of 200 words each). Is there a way to train the model incrementally?
-
I saw your comments in the hh_process_seq function. Have you tried using hhalign instead of generating a database? The output format is the same as from hhsearch. For me this works to pass on custom t…
-
I was trying your code on A Mac OS machine and I got this error in python 2.7:
ValueError: Variable discriminator/conv1/weights/Adam/ already exists, disallowed. Did you mean to set reuse=True in V…
-
[eval_metrics_geom_model.json](https://github.com/SciKit-Surgery/cmicHACKS2/files/13319873/eval_metrics_geom_model.json)
-
Hi,
I am currently investigating possibilities of using JAX for scientific computation on TPUs. Thanks to the excellent work in a JAX tutorial (https://github.com/google/jax/blob/master/cloud_tpu_col…
-
Previously the install was broken by jax key array but could be fixed by:
!pip install "jax[cuda12_pip]==0.4.23" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
Any ideas wha…
-
Or how we can use the training model locally?
thx.
-
While there is a Gradio app for MusicGen, there does not appear to be one for AudioGen.
Would it be possible to have a demo gradio app for AudioGen too?
Or even better, to combine them both into a…