index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
llama_multiprocess
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Small cleanups to the llama multi-process example. (#2098)
Laurent Mazare
2024-04-20
2
-68
/
+42
*
Only download the weights in the main process (and not in the child processes...
Laurent Mazare
2024-04-20
1
-18
/
+18
*
Multiprocess/multi-GPU support for llama 3. (#2092)
Laurent Mazare
2024-04-20
2
-136
/
+124
*
Use the new hub helper function. (#1484)
Laurent Mazare
2023-12-26
1
-8
/
+1
*
Self-contained safetensors for the multiprocess llama example. (#950)
Laurent Mazare
2023-09-24
1
-10
/
+3
*
fix: add missing`top_p` in llama_multiprocess (#905)
Mahmoud
2023-09-20
1
-1
/
+5
*
VarBuilder cleanup (#627)
Laurent Mazare
2023-08-27
2
-22
/
+21
*
s/panic/bail/
Nicolas Patry
2023-08-25
1
-2
/
+2
*
Adding support for codellama in examples.
Nicolas Patry
2023-08-25
2
-41
/
+65
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
Add an abstract type for RmsNorm. (#499)
Laurent Mazare
2023-08-18
2
-7
/
+9
*
Relax the requirements on CustomOp. (#486)
Laurent Mazare
2023-08-17
1
-1
/
+1
*
Layer norm tweaks (#482)
Laurent Mazare
2023-08-17
1
-39
/
+6
*
Remove the checkpoint conversion script. (#405)
Laurent Mazare
2023-08-11
1
-3
/
+0
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
1
-5
/
+5
*
Remove single function.
Nicolas Patry
2023-07-28
1
-11
/
+2
*
Making multiprocess require flash-attn.
Nicolas Patry
2023-07-28
2
-92
/
+47
*
Line-up the llama implementation with the python-transformers one. (#271)
Laurent Mazare
2023-07-28
1
-1
/
+1
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-1
/
+1
*
Putting back Send + Sync
Nicolas Patry
2023-07-27
1
-11
/
+19
*
Removing inner dependency on safetensors.
Nicolas Patry
2023-07-27
1
-12
/
+11
*
Fixed TP sharded version.
Nicolas Patry
2023-07-27
2
-34
/
+60
*
TP sharding v2
Nicolas Patry
2023-07-27
2
-0
/
+731