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.

AssemblyAttributes.cs 310 B

12345
  1. 
  2. // Disable running tests in parallel. Some tests load language models and try to and
  3. // this can cause a lockup due to memory thrashing and terrible performance.
  4. // e.g. 7GB model loaded by 10 different tests and trying to evaluate prompts
  5. [assembly: CollectionBehavior(DisableTestParallelization = true)]