Hsy-Intel
Hsy-Intel
> Is this an error due to the fact that my backend container and mysql container are not on the same Docker Network? You can check your ip config when...
You can run the `run_pipeline.py` in backend Docker container to check the root cause. The `NoneType` is not the real error.
Seems there is no data in MySQL. Restart db Docker container and run again.
> Do I need to move 'data.json data.txt' from the encrypted_storage partition back to /rag/data? Not sure which code version you are using. If it is not in the directory,...
> The problem seems to be the rag. YAML file, what is the cause of this error and why“Type: Promptmodel” is not recognized:   I am not sure the...
I would like to ask whether the core is bundled when starting the runner, and what is the strategy for bundling the core?
> Do you mean binding the cores? Sorry, binding cores. > Should every runner run with taskset ..? I think we can keep the hyper-thread opening and bind the physical...
This issue is most likely caused by incompatibility between your host kernel version and the QEMU version in the Asterinas Docker container. Could you please provide your host kernel version?...
> What kernel versions are tested / what OS are you using as host OS? I'm using RHEL 9.4 as the host kernel. > I could try updating Ubuntu to...
> I've tested this branch on my TDX machine. There's one test that will fail both in the main branch and this branch: > > ```shell > make run_kernel NETDEV=tap...