hsm207
hsm207
not possible at the moment since the authors hardcoded the gpu placement
@awharrison-28 @tawalke how's the review going?
@awharrison-28 I've incorporated your feedback
> Double clicking on a question: will the integration test run as is? I think an external service needs to be stood up for it run in CI? @awharrison-28 yes,...
> Consider updating `FEATURE_MATRIX.md` to include these changes in the `Connectors and Skill Libraries` section. @lemillermicrosoft done!
> @hsm207 Looks like embedded weaviate is unix only? Could you add skips to the tests if the host system is windows? @awharrison-28 Embedded weaviate is linux only at the...
@awharrison-28 > > I think something like this should do the trick: > > ``` > if os.name == 'nt': > is_windows=True > @pytest.mark.skipif(is_windows, reason="Embedded Weaviate is currently Linux only")...
@tawalke could you review this PR please?
why don't we close this issue?
does gpt4all use GPU or is it easy to config a gpt4all model to use a GPU?