You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- // Disable running tests in parallel. Some tests load language models and try to and
- // this can cause a lockup due to memory thrashing and terrible performance.
- // e.g. 7GB model loaded by 10 different tests and trying to evaluate prompts
- [assembly: CollectionBehavior(DisableTestParallelization = true)]
|