Commit 78da996
committed
bug #831 [Platform] Fix platform creation (franzwilding)
This PR was squashed before being merged into the main branch.
Discussion
----------
[Platform] Fix platform creation
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| License | MIT
At the moment the platform bundle does not test creating of all possible platforms. Because of this, some more exotic models like mistral could not be created (because of a PR of me some time ago).
This PR fixes the creation of all platforms and also adds an test to really get the instances of the (lazy) services.
Commits
-------
4f01e7f [Platform] Fix platform creationFile tree
2 files changed
+41
-6
lines changed- src/ai-bundle
- src
- tests/DependencyInjection
2 files changed
+41
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
| 367 | + | |
366 | 368 | | |
367 | 369 | | |
368 | 370 | | |
| |||
403 | 405 | | |
404 | 406 | | |
405 | 407 | | |
| 408 | + | |
406 | 409 | | |
407 | 410 | | |
408 | 411 | | |
| |||
422 | 425 | | |
423 | 426 | | |
424 | 427 | | |
| 428 | + | |
425 | 429 | | |
426 | 430 | | |
427 | 431 | | |
| |||
441 | 445 | | |
442 | 446 | | |
443 | 447 | | |
| 448 | + | |
444 | 449 | | |
445 | 450 | | |
446 | 451 | | |
| |||
480 | 485 | | |
481 | 486 | | |
482 | 487 | | |
| 488 | + | |
483 | 489 | | |
484 | 490 | | |
485 | 491 | | |
| |||
499 | 505 | | |
500 | 506 | | |
501 | 507 | | |
| 508 | + | |
502 | 509 | | |
503 | 510 | | |
504 | 511 | | |
| |||
518 | 525 | | |
519 | 526 | | |
520 | 527 | | |
| 528 | + | |
521 | 529 | | |
522 | 530 | | |
523 | 531 | | |
| |||
557 | 565 | | |
558 | 566 | | |
559 | 567 | | |
| 568 | + | |
560 | 569 | | |
561 | 570 | | |
562 | 571 | | |
| |||
576 | 585 | | |
577 | 586 | | |
578 | 587 | | |
| 588 | + | |
579 | 589 | | |
580 | 590 | | |
581 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
43 | 68 | | |
44 | 69 | | |
45 | 70 | | |
| |||
2752 | 2777 | | |
2753 | 2778 | | |
2754 | 2779 | | |
2755 | | - | |
| 2780 | + | |
2756 | 2781 | | |
2757 | 2782 | | |
2758 | 2783 | | |
2759 | 2784 | | |
2760 | 2785 | | |
2761 | | - | |
| 2786 | + | |
2762 | 2787 | | |
2763 | 2788 | | |
2764 | 2789 | | |
| |||
2771 | 2796 | | |
2772 | 2797 | | |
2773 | 2798 | | |
2774 | | - | |
| 2799 | + | |
2775 | 2800 | | |
2776 | 2801 | | |
2777 | 2802 | | |
2778 | 2803 | | |
2779 | 2804 | | |
2780 | | - | |
| 2805 | + | |
2781 | 2806 | | |
2782 | 2807 | | |
2783 | 2808 | | |
| |||
2786 | 2811 | | |
2787 | 2812 | | |
2788 | 2813 | | |
2789 | | - | |
| 2814 | + | |
2790 | 2815 | | |
2791 | 2816 | | |
2792 | 2817 | | |
| |||
0 commit comments