under test, not sure no errors
This commit is contained in:
14
ixformer_sdk/contrib/flashinfer/sampling.py
Normal file
14
ixformer_sdk/contrib/flashinfer/sampling.py
Normal file
@@ -0,0 +1,14 @@
|
||||
def min_p_sampling_from_probs():
|
||||
pass
|
||||
|
||||
|
||||
def top_k_renorm_prob():
|
||||
pass
|
||||
|
||||
|
||||
def top_k_top_p_sampling_from_probs():
|
||||
pass
|
||||
|
||||
|
||||
def top_p_renorm_prob():
|
||||
pass
|
||||
Reference in New Issue
Block a user