[ot][spam][crazy] coping spam while trying to make code to prompt a model

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Sat Jan 7 08:29:20 PST 2023


notes:

using model_kwargs=dict(device_map='auto') you can squeeze slightly
larger models into a system

npapi.set_example(
'''Construct an array B that repeats array Y 4 times along the last
dimension.''',
'''B = np.tile(Y, 4)'''
)
npapi.set_example(
'''Swap the last two axes of an array D.''',
'''D = D.swapaxes(-2, -1)'''
)
npapi.set_example(
'''Sort an array along the third axis.''',
'''array.sort(3)'''
)


More information about the cypherpunks mailing list