Views
No views yet
3 parts rum, 2: 3 parts pineapple juice, 3: half a cup of lime juice, 4: 6 to 8 fresh or frozen pineapple chunks, 5: crushed ice. Mix all ingredients except ice and pour into glasses with ice. Garnish with a pineapple slice.
go1func twoSum(nums []int, target int) []int { 2 if len(nums) <= 1 { return nil } 3 m := map[int] bool{} 4 for i := range(nums) {{ 5 n = nums[i] 6 7 // find the complement of current number in map 8 comp = target - n 9 if comp in m { return [m[comp], i+1 ] } 10 else { m[n] = true } 11 }} 12 return nil 13}
1dtype: float16
2merge_method: passthrough
3slices:
4- sources:
5 - layer_range: [0, 12]
6 model: 01-ai/Yi-9B
7- sources:
8 - layer_range: [6, 18]
9 model: 01-ai/Yi-9B
10- sources:
11 - layer_range: [12, 24]
12 model: 01-ai/Yi-9B
13- sources:
14 - layer_range: [18, 30]
15 model: 01-ai/Yi-9B
16- sources:
17 - layer_range: [24, 36]
18 model: 01-ai/Yi-9B
19- sources:
20 - layer_range: [30, 42]
21 model: 01-ai/Yi-9B
22- sources:
23 - layer_range: [36, 48]
24 model: 01-ai/Yi-9B
25