Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Facico/Chinese-Vicuna
/ functions
Functions
461 in github.com/Facico/Chinese-Vicuna
⨍
Functions
461
◇
Types & classes
80
↳
Endpoints
1
↓ 1 callers
Function
ggml_compute_forward_norm_f32
tools/Vicuna.cpp/ggml.c:5362
↓ 1 callers
Function
ggml_compute_forward_permute
tools/Vicuna.cpp/ggml.c:6856
↓ 1 callers
Function
ggml_compute_forward_relu
tools/Vicuna.cpp/ggml.c:5205
↓ 1 callers
Function
ggml_compute_forward_relu_f32
tools/Vicuna.cpp/ggml.c:5181
↓ 1 callers
Function
ggml_compute_forward_repeat
tools/Vicuna.cpp/ggml.c:4965
↓ 1 callers
Function
ggml_compute_forward_repeat_f32
tools/Vicuna.cpp/ggml.c:4925
↓ 1 callers
Function
ggml_compute_forward_reshape
tools/Vicuna.cpp/ggml.c:6834
↓ 1 callers
Function
ggml_compute_forward_rms_norm
tools/Vicuna.cpp/ggml.c:5502
↓ 1 callers
Function
ggml_compute_forward_rms_norm_f32
tools/Vicuna.cpp/ggml.c:5444
↓ 1 callers
Function
ggml_compute_forward_rope
tools/Vicuna.cpp/ggml.c:7305
↓ 1 callers
Function
ggml_compute_forward_rope_f16
tools/Vicuna.cpp/ggml.c:7249
↓ 1 callers
Function
ggml_compute_forward_rope_f32
tools/Vicuna.cpp/ggml.c:7192
↓ 1 callers
Function
ggml_compute_forward_scale
tools/Vicuna.cpp/ggml.c:6800
↓ 1 callers
Function
ggml_compute_forward_scale_f32
tools/Vicuna.cpp/ggml.c:6765
↓ 1 callers
Function
ggml_compute_forward_sgn
tools/Vicuna.cpp/ggml.c:5061
↓ 1 callers
Function
ggml_compute_forward_sgn_f32
tools/Vicuna.cpp/ggml.c:5037
↓ 1 callers
Function
ggml_compute_forward_silu
tools/Vicuna.cpp/ggml.c:5337
↓ 1 callers
Function
ggml_compute_forward_silu_f32
tools/Vicuna.cpp/ggml.c:5296
↓ 1 callers
Function
ggml_compute_forward_soft_max
tools/Vicuna.cpp/ggml.c:7168
↓ 1 callers
Function
ggml_compute_forward_soft_max_f32
tools/Vicuna.cpp/ggml.c:7098
↓ 1 callers
Function
ggml_compute_forward_sqr
tools/Vicuna.cpp/ggml.c:4718
↓ 1 callers
Function
ggml_compute_forward_sqr_f32
tools/Vicuna.cpp/ggml.c:4694
↓ 1 callers
Function
ggml_compute_forward_sqrt
tools/Vicuna.cpp/ggml.c:4766
↓ 1 callers
Function
ggml_compute_forward_sqrt_f32
tools/Vicuna.cpp/ggml.c:4742
↓ 1 callers
Function
ggml_compute_forward_step
tools/Vicuna.cpp/ggml.c:5157
↓ 1 callers
Function
ggml_compute_forward_step_f32
tools/Vicuna.cpp/ggml.c:5133
↓ 1 callers
Function
ggml_compute_forward_sub
tools/Vicuna.cpp/ggml.c:4565
↓ 1 callers
Function
ggml_compute_forward_sub_f32
tools/Vicuna.cpp/ggml.c:4538
↓ 1 callers
Function
ggml_compute_forward_sum
tools/Vicuna.cpp/ggml.c:4824
↓ 1 callers
Function
ggml_compute_forward_sum_f32
tools/Vicuna.cpp/ggml.c:4790
↓ 1 callers
Function
ggml_compute_forward_transpose
tools/Vicuna.cpp/ggml.c:6866
↓ 1 callers
Function
ggml_compute_forward_view
tools/Vicuna.cpp/ggml.c:6846
↓ 1 callers
Function
ggml_cpu_has_arm_fma
tools/Vicuna.cpp/ggml.c:10588
↓ 1 callers
Function
ggml_cpu_has_avx
tools/Vicuna.cpp/ggml.c:10548
↓ 1 callers
Function
ggml_cpu_has_avx2
tools/Vicuna.cpp/ggml.c:10556
↓ 1 callers
Function
ggml_cpu_has_avx512
tools/Vicuna.cpp/ggml.c:10564
↓ 1 callers
Function
ggml_cpu_has_blas
tools/Vicuna.cpp/ggml.c:10620
↓ 1 callers
Function
ggml_cpu_has_f16c
tools/Vicuna.cpp/ggml.c:10596
↓ 1 callers
Function
ggml_cpu_has_fma
tools/Vicuna.cpp/ggml.c:10572
↓ 1 callers
Function
ggml_cpu_has_fp16_va
tools/Vicuna.cpp/ggml.c:10604
↓ 1 callers
Function
ggml_cpu_has_neon
tools/Vicuna.cpp/ggml.c:10580
↓ 1 callers
Function
ggml_cpu_has_sse3
tools/Vicuna.cpp/ggml.c:10628
↓ 1 callers
Function
ggml_cpu_has_vsx
tools/Vicuna.cpp/ggml.c:10636
↓ 1 callers
Function
ggml_cpu_has_wasm_simd
tools/Vicuna.cpp/ggml.c:10612
↓ 1 callers
Function
ggml_diag_mask_inf
tools/Vicuna.cpp/ggml.c:4013
↓ 1 callers
Function
ggml_get_data
tools/Vicuna.cpp/ggml.c:2994
↓ 1 callers
Function
ggml_get_i32_1d
tools/Vicuna.cpp/ggml.c:2822
↓ 1 callers
Function
ggml_get_rows
tools/Vicuna.cpp/ggml.c:3986
↓ 1 callers
Function
ggml_graph_find
check if node is part of the graph
tools/Vicuna.cpp/ggml.c:9734
↓ 1 callers
Function
ggml_is_padded_1d
tools/Vicuna.cpp/ggml.c:2322
↓ 1 callers
Function
ggml_is_vector
tools/Vicuna.cpp/ggml.c:2291
↓ 1 callers
Function
ggml_new_tensor_3d
tools/Vicuna.cpp/ggml.c:2646
↓ 1 callers
Function
ggml_opt_adam
tools/Vicuna.cpp/ggml.c:9916
↓ 1 callers
Function
ggml_opt_lbfgs
tools/Vicuna.cpp/ggml.c:10209
↓ 1 callers
Function
ggml_print_object
tools/Vicuna.cpp/ggml.c:2233
↓ 1 callers
Function
ggml_quantize_q4_0
tools/Vicuna.cpp/utils.cpp:436
↓ 1 callers
Function
ggml_quantize_q4_1
tools/Vicuna.cpp/utils.cpp:492
↓ 1 callers
Function
ggml_scale
tools/Vicuna.cpp/ggml.c:3710
↓ 1 callers
Function
ggml_set_f32_1d
tools/Vicuna.cpp/ggml.c:2952
↓ 1 callers
Function
ggml_set_i32
tools/Vicuna.cpp/ggml.c:2702
↓ 1 callers
Function
ggml_set_zero
tools/Vicuna.cpp/ggml.c:2697
↓ 1 callers
Function
ggml_sgn
tools/Vicuna.cpp/ggml.c:3406
↓ 1 callers
Function
ggml_silu
tools/Vicuna.cpp/ggml.c:3576
↓ 1 callers
Function
ggml_soft_max
tools/Vicuna.cpp/ggml.c:4039
↓ 1 callers
Function
ggml_step
tools/Vicuna.cpp/ggml.c:3474
↓ 1 callers
Function
ggml_sum
tools/Vicuna.cpp/ggml.c:3279
↓ 1 callers
Function
ggml_transpose
tools/Vicuna.cpp/ggml.c:3958
↓ 1 callers
Function
ggml_used_mem
tools/Vicuna.cpp/ggml.c:2488
↓ 1 callers
Function
ggml_vec_abs_f32
tools/Vicuna.cpp/ggml.c:1907
↓ 1 callers
Function
ggml_vec_acc1_f32
tools/Vicuna.cpp/ggml.c:1215
↓ 1 callers
Function
ggml_vec_dot_q4_0
tools/Vicuna.cpp/ggml.c:1296
↓ 1 callers
Function
ggml_vec_dot_q4_1
tools/Vicuna.cpp/ggml.c:1584
↓ 1 callers
Function
ggml_vec_gelu_f16
tools/Vicuna.cpp/ggml.c:1919
↓ 1 callers
Function
ggml_vec_gelu_f32
tools/Vicuna.cpp/ggml.c:1927
↓ 1 callers
Function
ggml_vec_mad_f16
tools/Vicuna.cpp/ggml.c:1714
↓ 1 callers
Function
ggml_vec_mad_q4_0
tools/Vicuna.cpp/ggml.c:1745
↓ 1 callers
Function
ggml_vec_mad_q4_1
tools/Vicuna.cpp/ggml.c:1838
↓ 1 callers
Function
ggml_vec_mul_f32
tools/Vicuna.cpp/ggml.c:1220
↓ 1 callers
Function
ggml_vec_norm_inv_f32
tools/Vicuna.cpp/ggml.c:1996
↓ 1 callers
Function
ggml_vec_relu_f32
tools/Vicuna.cpp/ggml.c:1910
↓ 1 callers
Function
ggml_vec_sgn_f32
tools/Vicuna.cpp/ggml.c:1908
↓ 1 callers
Function
ggml_vec_silu_f32
tools/Vicuna.cpp/ggml.c:1956
↓ 1 callers
Function
ggml_vec_step_f32
tools/Vicuna.cpp/ggml.c:1909
↓ 1 callers
Function
ggml_visit_parents
tools/Vicuna.cpp/ggml.c:8973
↓ 1 callers
Function
gpt_params_parse
tools/Vicuna.cpp/utils.cpp:18
↓ 1 callers
Function
json_parse
tools/Vicuna.cpp/utils.cpp:134
↓ 1 callers
Function
linesearch_backtracking
tools/Vicuna.cpp/ggml.c:10103
↓ 1 callers
Function
llama_eval
(model, testenc, dev)
tools/quant_llama.py:141
↓ 1 callers
Function
llama_model_load
load the model's weights from a file
tools/Vicuna.cpp/chat.cpp:91
↓ 1 callers
Function
llama_model_quantize
quantize a model
tools/Vicuna.cpp/quantize.cpp:32
↓ 1 callers
Function
llama_pack
(model, quantizers, wbits, groupsize)
tools/quant_llama.py:232
↓ 1 callers
Function
llama_print_system_info
tools/Vicuna.cpp/chat.cpp:779
↓ 1 callers
Function
llama_sample_top_p_top_k
tools/Vicuna.cpp/utils.cpp:350
↓ 1 callers
Function
llama_sequential
(model, dataloader, dev)
tools/quant_llama.py:34
↓ 1 callers
Function
load_quant
(model, checkpoint, wbits, groupsize=-1, fused_mlp=True, eval=True, warmup_autotune=True)
tools/quant_generate.py:26
↓ 1 callers
Function
main
()
tools/quant_generate.py:87
↓ 1 callers
Function
main
()
tools/convert_llama.py:6
↓ 1 callers
Function
main
(args)
tools/awq/benchmark.py:90
↓ 1 callers
Function
main
()
tools/awq/basic_generate.py:7
↓ 1 callers
Function
packNibbles
tools/Vicuna.cpp/ggml.c:384
← previous
next →
201–300 of 461, ranked by callers