-
Because it is a new library, we now have a moment to discuss architecture. php-ml in its implementation as a dataset used ordinary native arrays. This was associated with a large amount of memory loss…
-
**Is your feature request related to a problem? Please describe.**
When using this library in a loop, I am getting poor GPU Utilisation running zephyr-7b.
**Describe the solution you'd like**
It …
-
## 🐛 Bug
No module named 'kobert'
## To Reproduce
from kobert.utils import get_tokenizer
from kobert.pytorch_kobert import get_pytorch_kobert_model
이거를 돌리려 할 때
ModuleNotFoundError …
-
### System Info
Transformers.js "version": "2.17.1"
macOS Sonoma version 14.3.1
tsconfig.json:
```typescript
{
"compilerOptions": {
"outDir": "./dist/",
"module": "CommonJS",
"target…
-
I'm running on Windows 10, my FLUX and many other AI repos work flawlessly even the most error prone ones like Tortoise TTS however I can't fix an error while running FLUXGYM. The AI captions generate…
-
The current implementation use torch hub to load the resnet model.
We should use the transformers library instead because it integrates well with hugging face's model hub which makes it easy for us…
-
## Bug Description
I have used your template before (approx 1 year ago) without issues. Now, I re-cloned your project, installed it's dependencies, and I am trying to run the training job: `poetry …
-
Hi,
There's been serious issues, still unresolved at this point, with merging qLora adapters easily and accurately without losing perplexity and finetuning quality. See https://github.com/huggingfa…
-
Hi, thanks for the great library, it works flawlessly.
One thing I'm missing though is span kind for OpenTelemetry - I can see that it's currently hardcoded to 0.
https://github.com/BlobDevelopmen…
-
Hey I am trying to pull the model from huggingface repo using
`AutoModelForMaskedLM.from_pretrained(
'mosaicml/mosaic-bert-base-seqlen-2048',
trust_remote_code=True,
revision='b7a0389')`…