07
Nov
Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More SambaNova and Hugging Face launched a new integration today that lets developers deploy ChatGPT-like interfaces with a single button click, reducing deployment time from hours to minutes. For developers interested in trying the service, the process is relatively straightforward. First, visit SambaNova Cloud’s API website and obtain an access token. Then, using Python, enter these three lines of code: import gradio as gr import sambanova_gradio gr.load("Meta-Llama-3.1-70B-Instruct-8k", src=sambanova_gradio.registry, accept_token=True).launch() The final step is clicking “Deploy to Hugging Face” and entering the SambaNova…