-
Currently, adapters can be loaded with:
```python
model.load_weights('/path/to/weights', strict=False)
```
However, there is no way to either unload the weights:
```python
model.unload_wei…
-
**Is your feature request related to a problem? Please describe.**
I hit a bit of a snag while creating some custom *multi-level* progress bar lifecycle adapters for task-based parallel DAGs (with …
-
This issue seems to affect all adapters supporting hardware flow control, even though the below uses the SkyConnect as example.
The SkyConnect has been exhibiting strange behaviors regarding hardwa…
-
> The fix for this should be that the metrics returned the endpoint are accompanied by a timestamp such that the web console does not need to use its own clock to determine the x-value of the data poi…
-
Hi there! First of all, thank you for this and Monitor Swapper. They're amazing.
I'm using this along with the Virtual Display Adapter by Mike here : https://github.com/itsmikethetech/Virtual-Disp…
-
May I ask for your advice,how can i modify code to use my personal fintune LLM and ocr tool?
abc-w updated
1 month ago
-
### Rules
- [X] I made myself familiar with the Readme, FAQ and Troubleshooting.
- [X] I understand that, if insufficient information will be provided, my issue will be closed without an answer.
…
-
With #16825 merged and released, we can take a next big step and unlock storage adapters as an extension type! This should in turn allow the community to make their own drivers for third party provide…
-
### Feature request
I'd like to be able to run several adapters on the same input.
For example, being able to call the python client function with several adapters instead of a single one and retrie…
-
Similar to [TRPC](https://trpc.io/docs/server/adapters), it would be great to not only use the built-in standalone server currently provided by Skiffa, but also to integrate it within an existing Fast…