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.
b3067b55dc2072cf73ad184d01d784ed5254d462
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
2
Oct
28
Sep
27
26
22
21
19
18
16
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
Make packing/padding a training setting
Added unit test coverage for amp
Add missing amp context if use_fp16 is enabled
Added unit test coverage for amp
fix/amp_training
fix/amp_training
Add missing amp context if use_fp16 is enabled
adding profiler and flop_counter
adding flop counter
minor updates (#228)
minor updates
connect_noteboo…
connect_notebook_update
Llama 2 Connect 2023 Colab Notebook (#227)
address comments
amitsangani-pat…
amitsangani-patch-1
clean up
fix format and missing packages
Llama 2 Connect 2023 Colab Notebook
fixing typo on x label
Modularizing the graphs further. Plotting train and validation separetly due to difference in number of steps.
condensed functionality in a single function for plotting both epoch and step metrics
Added dependency to qsnb
fix/use_package…
fix/use_package_in_quickstart_notebook
Updated quickstart notebook to use llama_recipes package
Adding matplotlib to requirements. Removing import from train_utils
Update grammar_dataset_process.ipynb
Update grammar_dataset_process.ipynb
Adding the rank to the metrics filename to differentiate the run from each GPU
Adding support to save fine tuning metrics to json. Adding script to plot saved metrics.
adding torch cuda snapshot
cuda_profiler
cuda_profiler
Make tests run on cpu instance (#212)
Make tests run on cpu instance
fix/make_tests_…
fix/make_tests_run_on_cpu_instance
Invalidate labels in dialog dataset to disable loss
fix/invalidate_…
fix/invalidate_label_for_chat
fix grammar dataset
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
Loading