Skip to content

Commit b47a29b

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # src/cpp/server/model_manager.cpp
2 parents 3feeaeb + 5e04b36 commit b47a29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/server/model_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ static double parse_physical_memory_gb(const std::string& memory_str) {
10581058

10591059

10601060
double get_max_memory_of_device(json device, bool unifiedMemory, std::optional<std::reference_wrapper<double>> current_max = std::nullopt) {
1061-
// Get the maximum POSSIBLE accessible memory of the device in question, then optionally replace an exising max.
1061+
// Get the maximum POSSIBLE accessible memory of the device in question, then optionally replace an existing max.
10621062
double curr_device_vram_gb = 0.0;
10631063
double dynamic_mem_gb = 0.0;
10641064
double vram_gb = 0.0;

0 commit comments

Comments
 (0)