mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 16:21:27 +08:00 
			
		
		
		
	Remove unused variables (#706)
This commit is contained in:
		| @@ -114,7 +114,6 @@ void gguf_load_quantized( | ||||
|         << "has incompatible last dim shape: " << shape[shape.size() - 1]; | ||||
|     throw std::runtime_error(msg.str()); | ||||
|   } | ||||
|   const uint64_t num_blocks = tensor.num_weights / weights_per_block; | ||||
|  | ||||
|   std::vector<int> weights_shape = shape; | ||||
|   weights_shape.back() /= (weights_per_byte * 4); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jack Mousseau
					Jack Mousseau