Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for NVIDIA (0.16 sec)

  1. pkg/scheduler/framework/plugins/noderesources/balanced_allocation_test.go

    					},
    				},
    			},
    			{
    				Resources: v1.ResourceRequirements{
    					Requests: v1.ResourceList{
    						v1.ResourceCPU:    resource.MustParse("2000m"),
    						v1.ResourceMemory: resource.MustParse("3000"),
    						"nvidia.com/gpu":  resource.MustParse("3"),
    					},
    				},
    			},
    		},
    		NodeName: "node1",
    	}
    	labels1 := map[string]string{
    		"foo": "bar",
    		"baz": "blah",
    	}
    	labels2 := map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodeaffinity/node_affinity_test.go

    												Operator: v1.NodeSelectorOpExists,
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			labels: map[string]string{
    				"GPU": "NVIDIA-GRID-K1",
    			},
    			runPreFilter: true,
    		},
    		{
    			name: "Pod with affinity that don't match node's labels won't schedule onto the node",
    			pod: &v1.Pod{
    				Spec: v1.PodSpec{
    					Affinity: &v1.Affinity{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 18 12:00:10 UTC 2023
    - 38.7K bytes
    - Viewed (0)
  3. docs/en/data/external_links.yml

    Neon link: https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale title: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale - author: Kurtis Pykes - NVIDIA link: https://developer.nvidia.com/blog/building-a-machine-learning-microservice-with-fastapi/ title: Building a Machine Learning Microservice with FastAPI - author: Ravgeet Dhillon - Twilio link: https://www.twilio.com/en-us/blog/booking-appointments-twilio-notion-fastapi...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  4. pkg/kubelet/stats/provider_test.go

    			TotalUsageBytes: &totalUsageBytes,
    			BaseUsageBytes:  &baseUsageBytes,
    			InodeUsage:      &inodeUsage,
    		},
    		Accelerators: []cadvisorapiv1.AcceleratorStats{
    			{
    				Make:        "nvidia",
    				Model:       "Tesla K80",
    				ID:          "foobar",
    				MemoryTotal: uint64(seed + offsetMemUsageBytes),
    				MemoryUsed:  uint64(seed + offsetMemUsageBytes),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top