-
1. Go to https://labelstud.io/guide/ml.html
2. Scroll down to the **Quickstart** section
3. Click link **section of the repository.**
Link directs to 404 as it doesn't exist.
Seems that it shoul…
-
It appears that DDIM does not work with SDXL and direct ML.
I was trying to use someone else's optimized workflow but could not.
Not really a big deal, works with other samplers, just wanted to …
-
I was trying to run the simple code below:
> import torch
> import torch_directml
> dml = torch_directml.device()
>
> print(f"dml={dml}")
>
> tensor1 = torch.tensor([1])
> print(tensor1)
…
-
Hi All,
Thank you for this wonderful repo, really amazing job and a great contribution to the ML community!
I'm willing to deploy `whisper.cpp` to Amazon Sagemaker, what are the steps I need to foll…
-
I've been using various versions of Stable Diffusion with my 7800RX.
One popular method is lshqqytiger's SD fork that uses Direct-ml. Is something like that possible here? SD doesn't run great on A…
-
### Ask away!
Hello,
I am trying to get the demo model to work using the following script on HPC and I get a couple of error Plus 4 more processes waiting for tasks…
Doing reference based transcr…
-
This issue reviews the current *Wave ML* API and proposes the next direction.
## Motivation
ML libraries/APIs tends to have a different approach of creating and working with objects comparing to…
-
Hi,
based on this tutorial I tried to get started with Jax and neural ODEs: https://colab.research.google.com/drive/1ZlK36VgWy1vBjBNXjSUg6Cb-7zeoa3jh
However, I get the a JaxStackTraceBeforeTran…
-
We should define a way to version this, I can't find any version numbers.
Also, what's the release process? This should be documented so that everyone knows how it works.
Happy to propose someth…
-
### Description
JavaScript allow for importing and exporting modules for bundling several scripts into one file. This is not needed for PHP since it is server side language but the JavaScript import …