index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix FLUX.1 weights (#2457)
Eugene Hauptmann
2024-08-29
1
-3
/
+3
*
MobileCLIP models S1 and S2 (#2454)
Jani Monoses
2024-08-29
4
-10
/
+250
*
FastViT fixes. (#2452)
Jani Monoses
2024-08-28
1
-5
/
+5
*
Add FastViT model. (#2444)
Jani Monoses
2024-08-23
2
-0
/
+122
*
Fix for parler-tts, do not add the last slice of padding tokens. (#2442)
Laurent Mazare
2024-08-22
1
-2
/
+21
*
silero-vad v5 example (#2321)
shua
2024-08-22
3
-0
/
+216
*
Update README.md (#2435)
Laurent Mazare
2024-08-19
1
-1
/
+3
*
Add a readme for the parler-tts example. (#2434)
Laurent Mazare
2024-08-19
3
-30
/
+21
*
Add the DAC model. (#2433)
Laurent Mazare
2024-08-19
2
-7
/
+20
*
parler-tts support (#2431)
Laurent Mazare
2024-08-18
2
-0
/
+204
*
Fix the marian tokenizer importer. (#2426)
Laurent Mazare
2024-08-17
1
-4
/
+16
*
Add support for gemma-2. (#2425)
Laurent Mazare
2024-08-17
2
-22
/
+74
*
Apply rustfmt. (#2421)
Laurent Mazare
2024-08-16
1
-1
/
+0
*
Fix build issue in EOS Token in llama-multiprocess (#2420)
Hadi
2024-08-16
1
-2
/
+11
*
Add Based LLM from Hazy Research. (#2411)
Jani Monoses
2024-08-12
2
-0
/
+295
*
Fix issues in the encodec example README.md (#2407)
Joel Nises
2024-08-10
2
-1
/
+1
*
Add the import script for the T5 tokenizer. (#2399)
Laurent Mazare
2024-08-05
1
-0
/
+6
*
add models support and example for THUDM/glm-4 (#2362)
唐璜
2024-08-05
2
-0
/
+332
*
Support for mistral-nemo. (#2396)
Laurent Mazare
2024-08-04
1
-7
/
+14
*
Support the flux-dev model too. (#2395)
Laurent Mazare
2024-08-04
1
-9
/
+37
*
Add the flux model for image generation. (#2390)
Laurent Mazare
2024-08-04
3
-0
/
+201
*
Fix cargo fmt. (#2383)
Laurent Mazare
2024-08-01
1
-14
/
+19
*
Jina Bert Example fix and more configuration (#2191)
Joan Fontanals
2024-08-01
1
-12
/
+28
*
Add Hiera vision model. (#2382)
Jani Monoses
2024-08-01
2
-0
/
+117
*
Enable BF16 on metal. (#2380)
Laurent Mazare
2024-08-01
1
-4
/
+2
*
Use BF16 on metal when possible. (#2378)
Laurent Mazare
2024-08-01
1
-5
/
+1
*
bert attention mask (#1934)
Zheng Li
2024-08-01
1
-2
/
+10
*
Add support for Llama 3.1 (#2359)
Eric Buehler
2024-07-26
3
-8
/
+26
*
onnx: fix pad, unsqueeze (#2317)
shua
2024-07-23
13
-14
/
+14
*
fix clip example title (#2345)
Caio Petrucci Rosa
2024-07-23
1
-1
/
+1
*
feat(candle-transformers/models/codegeex4-9b): add codegeex4-9 (#2334)
donjuanplatinum
2024-07-21
2
-0
/
+348
*
Pin the revision used by moondream. (#2340)
Laurent Mazare
2024-07-18
1
-7
/
+15
*
Add mathstral in the examples. (#2339)
Laurent Mazare
2024-07-18
1
-0
/
+3
*
add quantized qwen2 (#2329)
Zhuo Jinggang
2024-07-12
2
-0
/
+317
*
Add Mobilenet v4 (#2325)
Jani Monoses
2024-07-09
3
-17
/
+137
*
Add EVA-02 model ( https://arxiv.org/abs/2303.11331 ) (#2311)
v-espitalier
2024-07-07
2
-0
/
+103
*
Beit: Add the gen_relative_position_index() function (#2306)
v-espitalier
2024-07-04
1
-1
/
+1
*
Add Beit model ( https://arxiv.org/abs/2106.08254 ) (#2305)
v-espitalier
2024-07-01
2
-0
/
+99
*
make up for the missing last token output of phi2 example (#2299)
Czxck001
2024-06-29
1
-0
/
+4
*
Add DINOv2Reg4 + PlantCLEF2024 (#2293)
v-espitalier
2024-06-29
3
-0
/
+113
*
Depth Anything v2 (#2279)
Jeroen Vlek
2024-06-24
4
-0
/
+257
*
Support for the new Qwen2 models. (#2257)
Laurent Mazare
2024-06-07
1
-10
/
+26
*
Add LLaVA support (#2234)
chenwanqq
2024-06-03
5
-0
/
+791
*
Simplify the KvCache api. (#2207)
Laurent Mazare
2024-05-23
1
-1
/
+0
*
Add Phi-3 Medium (#2205)
Jani Monoses
2024-05-23
1
-6
/
+13
*
Use flash-attn in gemma. (#2195)
Laurent Mazare
2024-05-18
1
-1
/
+4
*
Support flash-attn in quantized phi3. (#2194)
Laurent Mazare
2024-05-18
1
-1
/
+10
*
Add a slice_set op. (#2193)
Laurent Mazare
2024-05-18
1
-1
/
+1
*
Support embedding model gte-Qwen1.5-7B-instruct (#2190)
Yin Guobing
2024-05-16
3
-1
/
+198
*
Allow the threshold argumet to be negative in the segment-anything example (#...
Daniel Varga
2024-05-15
1
-1
/
+1
[prev]
[next]