File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
model-mesh-ovms-adapter/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
// you may not use this file except in compliance with the License.
5
5
// You may obtain a copy of the License at
6
6
//
7
- // http://www.apache.org/licenses/LICENSE-2.0
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
8
//
9
9
// Unless required by applicable law or agreed to in writing, software
10
10
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -62,7 +62,7 @@ const (
62
62
63
63
// (Xaenalt): Temporary workaround until OVMS can auto-detect Nvidia GPUs
64
64
ovmsForceTargetDevice string = "OVMS_FORCE_TARGET_DEVICE"
65
- defaultOvmsForceTargetDevice = "CPU"
65
+ defaultOvmsForceTargetDevice string = "CPU"
66
66
)
67
67
68
68
func GetAdapterConfigurationFromEnv (log logr.Logger ) (* AdapterConfiguration , error ) {
You can’t perform that action at this time.
0 commit comments