mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Fix a couple typos (#1451)
* Mixtral quantized instruct. * Fix a couple typos.
This commit is contained in:
@ -74,7 +74,7 @@ def test_module_can_load_statedict():
|
||||
a.load_state_dict(statedict)
|
||||
|
||||
|
||||
def test_module_throws_on_shape_missmatch():
|
||||
def test_module_throws_on_shape_mismatch():
|
||||
class A(Module):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
@ -121,7 +121,7 @@ def test_module_can_load_quantized_tensors():
|
||||
assert a.t.ggml_dtype == "Q4_0"
|
||||
|
||||
|
||||
def test_module_dequantizes_tensors_automaticaly():
|
||||
def test_module_dequantizes_tensors_automatically():
|
||||
class A(Module):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
Reference in New Issue
Block a user