mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-31 19:35:23 +00:00
fix format (#611)
This commit is contained in:
parent
d3d5bedc65
commit
5ecef13c16
@ -8,8 +8,7 @@
|
||||
|
||||
#include "cuda_util.h"
|
||||
|
||||
template <typename T>
|
||||
class CrossEntropyLayer {
|
||||
template <typename T> class CrossEntropyLayer {
|
||||
public:
|
||||
CrossEntropyLayer(float epsilon, int padding_idx, int max_batch_tokens);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user