-
I try to run the code on tpu v3-8 and tf version is 2.3.1 However, it occurs segmentation fault. In addition, I also try to run the ipynb on colab and also cannot work.
I would like to ask whether…
-
accelerate launch --config_file "C:/Users/1/.cache/huggingface/accelerate/default_config.yaml" train.py --model_name_or_path Shitao/OmniGen-v1 --batch_size_per_device 1 --condition_dropout_prob 0.01 -…
-
### Description
f32 sorting works, but f64 is broken on TPU:
```python
import jax.numpy as jnp
from jax.config import config
config.update("jax_enable_x64", True)
a = jnp.array([float('inf')…
-
**Describe the bug**
When attempting to use NNAPI on at least my device (Pixel 6a) it fails run the model on the target device for whatever reason. I suspect this is due to the Tensor chips found in …
-
After prepro_squad.sh is done, I encountered this error when running tpu_squad_large.sh:
`I0629 20:15:19.944231 140023523800512 tpu_estimator.py:536] Enqueue next (1000) batch(es) of data to infeed…
-
- Describe the current behavior:
The Tensorboard callback fails to work with Google Cloud Storage bucket path when using TPU runtime. I used a bucket with public read access. I suppose `google.colab.…
-
**System (please complete the following information):**
Google Cloud
**Question**
Hi can we make allennlp work on Cloud TPUs? Thanks in advance.
-
I got this problem while building tpu-image:
`ERROR: Skipping 'cc/selfplay': no such target '//cc:selfplay': target 'selfplay' not declared in package 'cc' defined by /app/cc/BUILD`
I check that the…
-
Is the below output an issue during execution startup, ie 'unable to initialize backend tpu_driver'?
I0820 16:10:25.293788 140208504612672 xla_bridge.py:353] Unable to initialize backend 'tpu_dri…
-
Hi everyone,
I implemented three TPU enabled PyTorch training repos for BigGAN-PyTorch, all of which are based on this repo.
[BigGAN-PyTorch-TPU-Single](https://github.com/shizhediao/BigGAN-PyTorc…