Fazil
Fazil
## Description I would to refer this block in my catalog: ``` dataset#hf: type: hffinder.extras.hf.HFDataset filepath: data/01_raw/datasets/ dataset_name: test/huggingface-datasets credentials: huggingface ``` This works when I have huggingface defined in...
## ❓ Questions and Help **Description** As of September 2023 development efforts on torchtext has been stopped. I am wondering what's the future plans in this regard. To opt in...
**Is your feature request related to a problem? Please describe.** I am heavy conda user and I like unstructured so far but relying on pip sometimes makes me look for...
## Description I was under the impression that when I namespace a node, then I was able to run it via `kedro run --nodes mynode --namespace ns`. However kedro always...
## Description Current HF connectors are too limited so I end up creating my own most of the time. ## Development notes Similar code that I have been using in...
I am simply entering this prompt: ``` You're given the following regex in python: \| *([^|]+?) *\| This captures text values in markdown tables but fails to capture numbers. Update...
According the code snippet here: https://github.com/elevenlabs/elevenlabs-python/blob/main/src/elevenlabs/client.py#L225, that should run only when stream=False but following that line leads to here: https://github.com/elevenlabs/elevenlabs-python/blob/main/src/elevenlabs/text_to_speech/client.py#L122 which is where we client is being called via streaming...
Hi, https://github.com/myshell-ai/OpenVoice/blob/main/openvoice/modules.py#L583 is unreachable due to if else statement above, is this a bug or it is intended?
**Describe the bug** Omega conf can't parse the valid yaml file with anchors defined. The following yaml throws duplicate key error for the section: ``` anthropic-cached: &anthropic-cache
## Description Generic dataset definitions are quite useful to avoid too many entries in the catalog.yml. One downside is that `catalog.list() `does not return them. It would be nice to...