Codellama 70B is out and here’s the video
I:
Compare performance with DeepSeek 33B (quite similar! maybe CodeLlama is a little better on coding)
Describe the radically new prompt format that CodeLlama 70B uses.
Cover function calling and one-click templates.
Fast uploads and downloads:
A new pro tip here when using huggingface hub for uploading and downloading files:
!pip install hf_transfer
import os
# Set the environment variable
os.environ['HF_HUB_ENABLE_HF_TRANSFER'] = '1'
Makes upload and downloads radically faster (~0.5GB/s +)
Cheers, Ronan
Links: