-
Create a new pattern on how to design Graph API for modeling a resource with defined state machine
-
Will it some day work with llama-factory for training models?
I've run webui, it loads model but cant calc the prompt saying cuda func unsupported :C
-
### Feature request
Compared to `symbolic_trace`, the new (but I assume, experimental) entrypoint in `torch._dynamo.export` seems to provide a more robust way to extract modular FX graphs, that can't…
-
Main concept: create a more rich modeling interface that allows users to specify residuals and measurement errors (covariance/distribution). This would then facilitate advanced features such as (wish …
-
In the low frequency end of the ALMA bands, there can apparently be measurable spectral slope, which invalidates the 'flat continuum' assumption implicit in all of statcont. We should include a way t…
-
This packages uses https://github.com/rhayes777/PyAutoFit that adds a new modeling ecosystem that is completely independent of the [Astropy modeling library](https://docs.astropy.org/en/stable/modelin…
pllim updated
2 years ago
-
With `transformers` version `4.44.0` (latest at time of writing), I get a warning regarding the use of `past_key_values` in the `TransformersEngine`.
> We detected that you are passing `past_key_va…
-
Objective
We wanted to use python optimization libraries so that the team can decide on the library that will be leveraged to solve the linear optimization problem.
Interact with Example Implementati…
-
Is there specification of modeling language by itself? It seems that whole project shifted from a description of services with use of some modeling language into direction of development a tool that a…
-
Algorithm to extract conversation thread and send to OpenAI API for embeddings:
```py
import sqlite3
from openai import OpenAIAPI
def fetch_conversation(conversation_id):
# Create a DB conn…