- Added windows llama proxy
- Added terraform-mcp - Added S3 storage to gitea - Changed context size for windows LLMs - Changed number of cores for VMs, added P2000 support
This commit is contained in:
@@ -128,6 +128,8 @@ virt_extra_grub_args: >
|
||||
virt_vfio_ids:
|
||||
- 10de:1430 # NVIDIA Corporation M2000 [Maxwell GM107GL]
|
||||
- 10de:0fba # NVIDIA Corporation M2000 High Definition Audio Controller
|
||||
- 10de:1c30 # NVIDIA Corporation P2000 [NVIDIA Corporation GP106GL]
|
||||
- 10de:10f1 # NVIDIA Corporation P2000 High Definition Audio Controller
|
||||
- 1b73:1100 # Fresco Logic FL1100 USB 3.0 Host Controller
|
||||
- c0a9:5415 # Micron/Crucial Technology T500 NVMe PCIe SSD
|
||||
|
||||
@@ -143,9 +145,9 @@ virt_machines:
|
||||
uuid: "51d5d091-67cb-4113-bd8e-817e7317e1b4"
|
||||
autostart: false
|
||||
memory: 16
|
||||
cores: 5
|
||||
cores: 4
|
||||
threads: 2
|
||||
physical_cpus: "3-11,4-12,5-13,6-14,7-15"
|
||||
physical_cpus: "4-12,5-13,6-14,7-15"
|
||||
reserved_cpus: "0,8"
|
||||
enable_hyperv: true
|
||||
cdrom: true
|
||||
@@ -222,9 +224,9 @@ virt_machines:
|
||||
uuid: "51d5d091-67cb-4113-bd8e-817e7317e1b5"
|
||||
autostart: false
|
||||
memory: 16
|
||||
cores: 5
|
||||
cores: 4
|
||||
threads: 2
|
||||
physical_cpus: "3-11,4-12,5-13,6-14,7-15"
|
||||
physical_cpus: "4-12,5-13,6-14,7-15"
|
||||
reserved_cpus: "0,8"
|
||||
enable_hyperv: true
|
||||
cdrom: true
|
||||
@@ -301,9 +303,9 @@ virt_machines:
|
||||
uuid: "51d5d091-67cb-4113-bd8e-817e7317e1b6"
|
||||
autostart: false
|
||||
memory: 16
|
||||
cores: 5
|
||||
cores: 4
|
||||
threads: 2
|
||||
physical_cpus: "3-11,4-12,5-13,6-14,7-15"
|
||||
physical_cpus: "4-12,5-13,6-14,7-15"
|
||||
reserved_cpus: "0,8"
|
||||
enable_hyperv: true
|
||||
cdrom: true
|
||||
@@ -380,9 +382,9 @@ virt_machines:
|
||||
uuid: "51d5d091-67cb-4113-bd8e-817e7317e1b7"
|
||||
autostart: false
|
||||
memory: 16
|
||||
cores: 5
|
||||
cores: 4
|
||||
threads: 2
|
||||
physical_cpus: "3-11,4-12,5-13,6-14,7-15"
|
||||
physical_cpus: "4-12,5-13,6-14,7-15"
|
||||
reserved_cpus: "0,8"
|
||||
enable_hyperv: true
|
||||
cdrom: true
|
||||
@@ -463,9 +465,9 @@ virt_machines:
|
||||
cloud_init: true
|
||||
autostart: true
|
||||
memory: 8
|
||||
cores: 1
|
||||
cores: 2
|
||||
threads: 2
|
||||
physical_cpus: "2-10"
|
||||
physical_cpus: "2-10,3-11"
|
||||
reserved_cpus: "0,8"
|
||||
cdrom: true
|
||||
console: true
|
||||
|
||||
Reference in New Issue
Block a user