-
**Describe the bug**
Does not import libraries.
**To Reproduce**
```python
# %%
!pip install jax[tpu]==0.4.28 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html -U
!pip instal…
-
**Describe the bug**
It would be great to keep support for TPU-v3's on Kaggle.
After 0.0.66 I get this error:
> ---------------------------------------------------------------------------
> Import…
-
Hi, I can run below code with previous easydel version without any problem.
```
!pip install git+https://github.com/erfanzar/EasyDeL.git@d06931e79cc3ef63920007d9e4f95fd0289df3cf # This version work…
-
Hello. I'm implementing the Mixtral models with Jax and Flax and there's a problem with the scan function at [here](https://github.com/erfanzar/EasyDeL/blob/main/lib/python/EasyDel/modules/mixtral/mod…
-
**Describe the bug**
Hello EasyDel team
I installed easydel on colab and after it, i attempted to import its necessary classes and functions for fine-tuning task
i faced these errors after impor…
-
Hi, I the training doesn't start with recent update. I tried different models and parameters. It only show below information. Then it stop running.
Besides, I need to manually set below parameters…
-
i try to stf llama2-7b and oom, can it support fsdp or tensor parallel
-
Hello, amazing work! I tried lora finetune using tpu on kaggle. However, when i set the bits to 4. It below error happened. Further, when I add the precision to jax.lax.Precision("default"). The error…
-
### The model to consider.
https://huggingface.co/tiiuae/falcon-11B
### The closest model EasyDeL already supports.
tiiuae/falcon-7b
tiiuae/falcon-40b
### What's your difficulty of suppor…
-
**Describe the bug**
Layer names do not coincide
```
---------------------------------------------------------------------------
ValueError Traceback (most recent ca…