-
Can we use the start and end year to make the key so it's more dynamic? I'm ok if we want to open an issue for this, but we should make it dynamic since at some point we'll want to expose the start/en…
-
Bonjour,
J'ai voulu configuré ce jour la remonté d'info de Enedis / Engie, vers HA, cependant j'ai un message d'erreur pour mon PDL qui pourtant correspond bien. Pouvez vous m'aider ?
![image](…
-
Type: feature-request
## Description:
When using complex scenarios, we need to teach the LLM how to generate the
response. This technique is a few-shot prompting, where a few messages are part
…
-
# Problem
- We don't have the PDL API.
- PDL dialect is not implemented yet.
- But it should be available and easy to implement through the usual operation construction API.
# Solution
…
-
Hi all,
I am trying to use the PDL patterns to double tile a generic matmul-like operation:
```
def add_matmul_schedule(module):
dimM, dimN, dimK = [0, 0], [1, 1], [0, 1]
isa_linalg_matmul …
-
For this, `time perl -MPDL -e 'zeroes(X)->dog'` is being discussed. This is prompted by an observation from @djerius.
X=`1e4,6` takes no appreciable time. X=`6,1e4` takes around 5s. The current imp…
-
Outlines (https://github.com/dottxt-ai/outlines) provides structured decoding for a selection of models. We can use the existing type annotations in PDL and integrate with outlines to get structured d…
-
### Suggestion
My org has a need to manage the preferred data location of the MS Teams sites being created. Are there any plans to include this as an option or dropdown when creating the team site? R…
-
I just learned of this project today, and it's really cool!
Thought you'd be interested to know of the GraphViz2 module, which may make things easier/better in this script. Example usage:
From h…
-
Recent (and indeed for a while) LAPACKs have LAPACKE (the official C interface) and CBLAS (ditto) code routinely distributed. I see Strawberry PDL edition has BLAS and LAPACK DLLs, but it doesn't have…