Skip to content

Commit bb057d1

Browse files
Create "Talks" subsection (#4414)
1 parent 41c8ca1 commit bb057d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,15 @@ The documentation is organized into the following sections:
136136
</a>
137137
</div>
138138
</div>
139+
140+
## Talks
141+
142+
<div class="mt-10">
143+
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
144+
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="https://huggingface.co/datasets/trl-lib/documentation-images/resolve/main/Fine%20tuning%20with%20TRL%20(Oct%2025).pdf">
145+
<img src="https://huggingface.co/datasets/trl-lib/documentation-images/resolve/main/Fine%20tuning%20with%20TRL%20(Oct%2025).png" alt="thumbnail" class="mt-0">
146+
<p class="text-gray-500 text-sm">Talk given on October 30, 2025</p>
147+
<p class="text-gray-700">Fine tuning with TRL</p>
148+
</a>
149+
</div>
150+
</div>

0 commit comments

Comments
 (0)