-
**Describe the bug**
After some of the changes, phi3 sample with inference flag stopped to work
**Olive logs**
```
python phi3.py --target cpu --precision int4 --inference --prompt "Write a stor…
-
### Data
- 2016 Open Data NanoAOD
### Systematics
- object-based:
- JEC
- weight-based:
- e.g. b-tagging weight variations
- modelling variations:
- e.g. different $m_t$
### Data-…
-
Trying out different exercises with machine learning via 3SCHOOLS.
G010A updated
4 months ago
-
Currently, it makes use of [simp] and EVAL in ml_progLib to control the EVALs that in ml_translatorLib
-
### What happened + What you expected to happen
I am performing a pretty standard long-term forecast:
```
df_train = wide_to_long_df(df_train)
df_test = wide_to_long_df(df_test)
nbeats = NBEA…
-
When running the [FSDP sample app](https://github.com/aws-samples/awsome-distributed-training/blob/main/3.test_cases/10.FSDP/README-EKS.md) on HyperPod EKS cluster, I got this error.
```
[W CUDAFu…
-
Peter comments:
```
-- if only the Isabelle sources themselves would follow these ;)
Here a few general structuring guidelines, that Isabelle seems to
adhere to:
* No global functions or…
-
@minrk Said:
> I know Jason has been talking about application state with an eye toward what should be synced. Do you want to make a draft of the 'live notebook' state that we should be synchronizing…
-
Hi Alexandre!
Following the instructions for installation and run the demo, I have this result:
`status={
"liveResult": {
"ml": null,
"hotlist": null,
"class": "9-unsure",
"softmax":…
-
I have a running llm model that connects to a self-hosted, OpenAi compatible server with a Llama3.1 model behind. I can make requests to the model with OpenSearch, further everything works when I use …