Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
meta-llama
Llama Recipes
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4767f09ecdb61af661d2b850b103552b96ab6512
Select Git revision
Branches
20
+refs/pull/572/head
Adding_open_colab
Fix-broken-format-in-preview-for-RAG-chatbo-example
Getting_to_know_Llama
LG3-nits-after-launch
MM-Rag-fresh
Multi-Modal-RAG-Demo
Remove-Tokenizer-onPrem-vllm-InferenceThroughput
Tool_Calling_Demos
add-FAQ
add-promptguard-to-safety-checkers
adding_examples_with_aws
albertodepaola-patch-1
amitsangani-patch-1
archive-main
aws-do-fsdp
azure-api-example
benchmark-inference-throughput-cloud-api
chat-completion-fix
chat_pipeline
Tags
4
v0.0.4.post1
v0.0.4
v0.0.3
v0.0.2
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
Sep
15
14
13
12
11
8
7
6
7
6
5
4
3
1
31
Aug
30
29
28
27
26
25
23
22
20
17
16
14
11
10
9
8
7
8
7
6
5
4
3
2
1
31
Jul
30
29
28
27
28
27
26
25
24
23
22
21
20
21
20
19
20
19
20
19
18
17
Resize vocab size to fix idx error
fix missing labels in datasets
Add unit test for dis sampler
Remove padding in alpaca ds; remove concat in grammar
Added dist length based batch sampler
Adjust tests to len based batch sampling
Fix seed in test
Add license to test file
Move sampler test
Moved sampler to data submodule
Adds length based batch sampler
Fix vocab size mismatch in inference due to added pad token
Fix tqdm bar not change length after terminal is resized (#201)
adding optimizer overlap for FSDP
Fix tqdm bar not change length after terminal is resized
Add unit test for weight decay
pass weight_decay into optimizer
Fix vocab size mismatch in inference due to added pad token
fix/vocab_size_…
fix/vocab_size_mismatch_inference
Add FSDP CPU offloading option (#122)
Add FSDP CPU offloading option
The tokenizer will not add eos_token by default
Replaced ClassVar config param with field
Update LLM_finetuning.md
Update docs/LLM_finetuning.md
Updated spell checker to resolve the issues in LLM_finetuning.md
Update LLM_finetuning.md
Use OpenAssistent/oasst1 dataset for custom dataset example (#180)
Update chat_completion.py
Check additional example in resulting dataset
feature/oasst1_…
feature/oasst1_dataset
Fix pbar update
Fix typo
Fix Dataset.md link to ../examples/custom_dataset.py
bugfix: update tqdm bar with the fixed gradient_accumulation_steps
Fix batching error
Fix spell check
Fix link
Fix typos
Add documentation for oaast1 dataset
Finish implementation oasst preprocessing for of custom dataset
[WIP] Preprocess oasst dataset
Loading