-
Does anyone know how to prompt data generation? I would need specific sentence structures.
I tried to reconfigure the prompt itself, but it did not change the generated data sentence by sentence. Do…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
**Your Question**
How can i set config parameters for test data generati…
-
Several ideas about README - I think both acceptance a and development can work faster if there is a central use case how thansition matrix should work.
As of now the documentation relies on the u…
-
On "@workos-inc/node": "^7.33.0"
I'm having issues accessing the logout URL.
```ts
// Hono cloudflare route
.get('/logout', async (c) => {
const cookieHeader = c.req.header('cookie')
co…
-
First and foremost, thanks for your great work bringing us and maintaining reikna!
Some time ago, I tried to compute an FFT using reikna. The program code does not work anymore (meanwhile using a new…
-
I apologize if this is misguided. Something that might be useful is to have a crate that functions as an ndimensional equivalent to `num_traits` completely divorced from assumptions about the implemen…
-
在应用完补丁执行pretrain_gpt.py遇到的问题
Traceback (most recent call last):
File "pretrain_gpt.py", line 126, in
pretrain(train_valid_test_datasets_provider, model_provider, forward_step,
File "/work…
-
## 🐛 Bug
When `xm.save()` is called on a subset of tensors, it calls down to `_xla_sync_multi(sync_xla_data=True)` which eventually calls down to `XLAGraphExecutor::SyncTensorsGraph()` with `sync_l…
-
On keras/src/trainers/data_adapters/generator_data_adapter_test.py, I found that there is intermittent test case failed on tensorflow gpu env.
This is related in test_basic_flow method on this test c…
-
## 🐛 Bug
## To Reproduce
Here are two scripts for the experiment
test1.py
```
import torch
import torch_xla.core.xla_model as xm
import math
random_k = torch.randn((100, 100), dtype=…