-
Hi,
I am trying to understand the code. I'm having trouble figuring out how the netlists folder (def/spec/sdc/.v) is used in creating the inputs to the dgl graph. I see no mention of this in the cod…
-
Hello!
I am wondering if your `bs prepare` works when there are multiple input files in the same `root dir`?
Does it create several `round_{num}` directories per dataset?
Instead, if I want one…
-
```
got prompt
2024-11-01 17:29:21.581335 end_vram - start_vram: 0 - 0 = 0
2024-11-01 17:29:21.581335 #15 [EmptyImage]: 0.01s - vram 0b
Using xformers attention in VAE
Using xformers attention in…
-
The UG description for clear is ambiguous, and users might not know that clear also deletes all their data from the json file. This will greatly distress users when they found all their effort to inpu…
-
The error message I received when applying `SmoothQuant` to the VIT model is as follows:
`ValueError: Number of values does not match tensor's size. Expected 1, but it is 3072. `
A reproducible co…
-
## Description
Develop a step state management system to handle the sub-steps within the data cleaning process. This will ensure users can move through the 3 steps which is handling missing data, rem…
-
// Connection Management: Ensure proper closing of database connections to prevent resource leaks and consider using a connection pool for better concurrency handling.
// Security: Implement password…
-
The [`system-logs`](https://github.com/elastic/beats/tree/main/filebeat/input/systemlogs) input is a "proxy input" that decides whether `journald` or `log` should be used as input for Filebeat's syste…
-
I've got a strange issue when using full cacheing strategy in production.
If I clear the static cache, the page loads fine ( as there is not cached file to load yet ). However the generated html ha…
-
From user empathy day 11-13-24
### 🐛 Describe the bug
Script to generate aoti artifact:
```
from transformers import T5Tokenizer, T5ForConditionalGeneration
import os
tokenizer = T5Tokenizer…