Skip to content

Instantly share code, notes, and snippets.

View ZTGeng's full-sized avatar

Zhitao Geng ZTGeng

  • Bay Area
View GitHub Profile
@ZTGeng
ZTGeng / llama_3_1_tool_call_example.ipynb
Created August 18, 2024 22:38
Verification of Fix for JSON Serialization Error in Meta-Llama-3.1-8B-Instruct Model when using tool_calls
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import java.util.Arrays;
/**
* 简单测试。
*/
public class Test {
public static void main(String[] args) {
Double[] terms = new Double[] {8.0, null, 13.0, null, null, null, null, null, 8.0, null, null, 6.0};
double[] solution = FourVariablesLinearEquations.solution(terms);